Search Issue Tracker
Fixed
Votes
8
Found in
5.1.1p4
Issue ID
713994
Regression
No
[iOS7] Video ad does not play after putting app into background
How to reproduce:
1. Open attached project
2. Open scene Scenes/test.unity
3. Build to iOS and run
5. Press the "Button" button on device
- Notice an ad plays, as expected
6. Click the home button after the ad finishes playing
7. Open the app again
8. Click the "Button" button again
- Notice nothing happens at all
Comments (4)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Frame Debugger's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
kbjcmr
Aug 20, 2015 07:15
Hmm, its status is 'Fixed'. I hope it means the next patch will resolve this issue.
HexGrimm
Aug 14, 2015 12:35
Temporary fix for it:
open xcode after unity export
- find UnityAppController.mm
- find string in - (void)applicationWillResignActive
snapshotView = [self createSnapshotView];
use
_snapshotView = nil;
It should help, but brings other unexpected troubles with snapshots.
kbjcmr
Aug 01, 2015 07:12
I have the same issue. I tried UnityAds, iAd, AdMob, and Game Center. Nothing works properly on iOS 7.1.2.
FYI, when I tried Game Center, I got the message: Warning: Attempt to present <GKLeaderboardViewController: 0x7e9a21e0> on <UnityDefaultViewController: 0x78eddfd0> which is already presenting <GKLeaderboardViewController: 0x7eb21d90>.
HexGrimm
Jul 31, 2015 08:59
It works for any native window. You can reproduce it:
- Open native share window (or any another)
- Press home twice
- Select another applicatiion to come foreground.
- Press home anagin.
- Bring Unity to foreround.
In this case all native windows will be under unity frame and will not be show for more.
Same things with gamecenter or any adds.
Bug comes from >5.0.2 version.