Hello:
I found two weird things on Corona SDK build 2460 with iOS 8.0.2
- If I add facebook.publishInstall() to my app in the very first line of my code. (of course with plugins set on build.settings) then…
I test it on IPad Air with iOS 8.0.2, It sometimes run perfect, but sometimes got black screen
If I got a black screen, I just stop it, remove it from iOS cue, and run again. It works.
I test it again, and same black screen again.
If I get rid of facebook plugins, it works fine.
- The adMob banner ads.
I used to use
ads.show( “banner”, { x=0, y=100000, appID=ADMOB_APPID_BANNER } )
and ads show up on the bottom of the screen.
but on build 2460. I can’t see the ads until I set y=0. So the y=100000 is not working on 2460 I guess.
BOB