I have a view controller (iPad only) with a banner view implemented using storyboard (I followed the official tutorial).
The ads load fine, the only problem is when I close the app (multitasking): when I reopen it the ad view disappears and doesn't show any ads.
This is happening even with test ads.
My project uses Swift, Xcode 7.2 and AdMob SDK 7.2.0
I figured it out.
This happens only if your app support Split View.
The easy fix is to disable Split View by enabling "Requires full screen"
Related
As title I have a big problem with my iOS app.
I'm working on an update of launch screen of my app and have make several layouts modification.
After modification I have launch the app on simulator and on the physical device but it's possible to se the new launch screen, it appare the old launch screen and not how it appare on the storyboard now.
I have try a lot of possible solution find in the apple developer forum and on Stack but nothings of these work for me.
Help me I'm in Hell....
Hello i am using opentok for screen sharing.Everything is working fine but one issue is i am facing it works correctly in iOS simulator mean screen is sharing perfectly but in real iOS device screen is not sharing black screen is appearing on other device.
When using screen sharing you can share the contents of a given UIView inside your application. Due to iOS security restrictions you cannot share the content of any other view outside your application. (If you send your application to the background the other end will receive a black screen since the view you are sharing is not longer being rendered)
Please take a look to the screen sharing sample for more details: https://github.com/opentok/opentok-ios-sdk-samples-swift/tree/master/Screen-Sharing
I'm using Ionic Framework to build a app with a header.
The ionic header is implemented correctly but it`s being overlapped by UINavigationBar when running in Ios Device or simulator.
It's strange because it works correctly when testing in browser but it gets overlapped when in Iphone.
Open the images link to see it!
Screens: https://mega.nz/#F!TMBRXKBC!Ajd7FghDYQ5D3rf3f5rZsQ
Images explanation:
1- working example in browser
2- overlapping in xcode debugger
3- overlapping example in iphone
4- when i turn the device, i can see the nav behind
I have a universal iOS application with multiple storyboards. first storyboard is for login, once the authentication is done, the second one (split view controller) handles some tasks to be added to the system. Upon selecting a specific task, another set of storyboards come into play to provide task specific functionality.
Now, for quick time to market, we had to go with iPad only and cannot support iPhone for now. So, i ended up changing my 'universal' app to 'iPad' and find strange things happening. Now all of a sudden, when the user logs in and moves from storyboard 1 to 2, iOS complains that there's no storyboard with a given identifier. This is a fully functionaly iOS app. Setting the devices as 'universal' works properly on iPad, however, setting devices to 'iPad' results in storyboard identifier not found exception.
Can't i covert a 'universal' app to 'ipad' straight ? are there any specific steps required for converting a universal app to iPad ?
Any thoughts would be much appreciated !
Thanks
I'm using Google AdMob mediation with the iAd adapter and standard google ads. To present the ads at the bottom im using CJPAdController which works fine as well.
I'm correctly receiving test ads for both networks and the google ads work perfectly when an ad is successfully received. The problem is, the iAd banners sometimes show up but aren't clickable. The banner has the dark click overlay effect but the modal fullscreen ad doesn't show up on click (tested on device iOS 7). The debug prints of CJPAdController indicate "iAd tapped"...
Sometimes though, even the iAds work fine. I have set the background color to white of every view i could find, as there seems to be a bug with this but still doesn't work.
Anyone an idea what could be the problem here? Is it the test ads and it will work in the app-store version?