Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS 6 iad not showing in simulator

After I update XCode to get iOS 6 SDK, I see that iAd is not loaded anymore on simulator. I can't try on real device for the moment as I've not updated my iPhone yet.

I didn't find anything about it on the release notes.

Anyone encountring the same issue and resolved it ?

like image 998
Yaman Avatar asked Sep 20 '12 18:09

Yaman


People also ask

Do I need Xcode for iOS simulator?

Launching the Simulator, though, always requires opening Xcode and going to Developer Tools. Because the Simulator. app is embedded within the Xcode app bundle, apps like LaunchBar won't find it to index it.

Can I install IPA on iOS simulator?

You cannot run an ipa file in the simulator because the ipa file is compiled for a phone's ARM architecture, not the simulator's x86 architecture. However, you can extract an app installed in a local simulator, send it to someone else, and have them copy it to the simulator on their machine.


2 Answers

This is a post from a moderator of developer apple forum :

Initial fill rates will reflect the recent launch of iOS 6. Thank you for your patience as we continue to ramp up ad serving.

It seem that ads will appears soon.

like image 149
Yaman Avatar answered Oct 02 '22 04:10

Yaman


I got the same problem with the ads that I have on apps in the app store and newly created apps. After going through the iOS dev forums, and like a few have stated on here, basically its a server issue with apple. There is nothing we can do but wait it out. This is even causing errors in newly created projects as well.

like image 44
GhostShaman Avatar answered Oct 02 '22 06:10

GhostShaman