- Home /
Unity Advertisements Crash IOS Game
Hello!
I have a problem considering Unity Ads (Package: Advertisement version 3.3.1)
After the requesting first interstitial ad on IOS device game freezes and I am unable to do anything (no ui works)
Unity version: 2019.1.9f1
IOS device: iphone XR (IOS 13.2.2)
Here is the link to the video issue recording: https://drive.google.com/open?id=1PEykoRwnpS5aaU-N0lDEX3oStY8C-awa
I have: UnityAds.framework UnityAdsConfig.h UnityAdsUnityWrapper.mm included in my xcode project.
In unity I use:
Advertisement.Initialize(gameId, testMode,false);
Advertisement.Show(placement);
And in Editor It shows the screen with "Everything seeme to be working"
Here are some logs I was able to get:
I/UnityAds: +[USRVApiSdk WebViewExposed_logInfo:callback:] (line:67) :: Requesting configuration from https://publisher-config.unityads.unity3d.com/games/3111813/configuration?bundleId=com.pavelmotorin.ballladderjump&encrypted=true&rooted=false&platform=ios&sdkVersion=3300&osVersion=13.1.3&deviceModel=iPhone11%2C8⟨uage=ru_RU&test=true&analyticsUserId=1e1b6a3f3cd544cd13bd2f879ac6f5fa&analyticsSessionId=2250638201116904774&advertisingTrackingId=0B2B0BC1-BD08-434C-9818-6748F0A3ABA3&limitAdTracking=false&frameworkName=Unity&frameworkVersion=2019.1.9f1&adapterName=Packman&adapterVersion=3.3.0
I/UnityAds: +[USRVApiSdk WebViewExposed_logInfo:callback:] (line:67) :: Received configuration for token eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWMiOjI0NCwiY3BpIjoyNCwiY3JlYXRlZCI6MTU3MTI4NjYyNTAwMCwiZXhwIjoxNTc0Mzc1NjEwLCJpYXAiOjk1LCJpYXQiOjE1NzMxNjYwMTAsImlzcyI6ImFkcy1nYW1lLWNvbmZpZ3VyYXRpb24udW5pdHlhZHMudW5pdHkzZC5jb20iLCJsdHYiOjI0NiwicHJvIjoyMTAsInN1YiI6IkpVbEVrREpqL29wMGdxeDVZSE1JZGo3ZEhHdS9DN3ZlZ3B1ZzRJQnlsdEpGZEFBeGxEeGplVUUzZmY5TmMyK2VVcGdiNWc9PSIsInhwciI6MTYxfQ.8QfQd1GlxYg0YcpoPbm2N8pl7fXqdxBqW_X1_m19QOU (A/B group 5)
I/UnityAds: +[USRVApiSdk WebViewExposed_logInfo:callback:] (line:67) :: TestMode delegate is set
I/UnityAds: +[USRVApiSdk WebViewExposed_logInfo:callback:] (line:67) :: Requesting ad plan from https://auction.unityads.unity3d.com/v4/test/games/3111813/requests?advertisingTrackingId=0B2B0BC1-BD08-434C-9818-6748F0A3ABA3&limitAdTracking=false&deviceModel=iPhone11%2C8&platform=ios&sdkVersion=3300&stores=apple&osVersion=13.1.3≻reenScale=2&test=true≻reenWidth=896≻reenHeight=414&connectionType=wifi≠tworkType=8
(I've changed the game id and idfa for safety reasons) Thanks for the help!
Your answer
