Hi Aki,
Thanks!
-
I just created blank new xCode project and changed Info.plist file as per your instructions
-
Then I built my Vungle.app and installed it on iPad Mini 2 using (xCode WINDOW -> DEVICES ).
No, it does not work (ads are not showing).
Ads are working normally on Android platform.
Do you know how to add MyApp .app and MyApp .dSYM files to new blank xCode project?
My App build.settings file:
NOTE: I am a basic user, so I include plist (or I leave it for Enterprise users only)?
-- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight settings = { orientation = { default = "portrait" }, iphone = { plist = { UIStatusBarHidden = false, UIPrerenderedIcon = true, -- set to false for "shine" overlay } }, plugins = { -- Add this to use Vungle ["CoronaProvider.ads.vungle"] = { publisherId = "com.vungle", }, -- Add this if targeting Android and using -- Corona SDK version 2014.2264 or greater -- ["plugin.google.play.services"] = { -- publisherId = "com.coronalabs" -- }, }, --[[ -- Android permissions androidPermissions = { "android.permission.INTERNET", }, ]]-- }
Thank you.
Ivan