Problem on loading iAids on iPad

Asked By 10 points N/A Posted on -
qa-featured

I have an application that has a free or paid version which called “Travel Map” (the free of charge 'Lite' edition is actually waiting for authorization.)

It includes iAds to the present version of ‘master’ page, and yes it loads well. When anyone clicks on the ads, it loads well, but at the time of closing, it looks actually empty.

I don’t have the particular iPad, so I don’t understand in the event that this can be a simulator irritate, or even a genuine irritate that’s likely to obtain declined. Has anybody faced this problem and has a solution?

Thanks for the help.

SHARE
Answered By 55 points N/A #107587

Problem on loading iAids on iPad

qa-featured

I once worked on an iPhone app that was actually a Call making app. Never get it published but I did play with iAds and apple IOS SDK 4. I only once in my life got this error and got it fixed just doing some things that are not as much technical as they sound. Here is what you can do

  1. Change the App ID that you are using because sometimes it is not capable of receiving push notifications from the apple server. Because the iAds use this service. You can create a new app ID, for example like reversing the name of your domain like com.yourorganizationname.appname instead of the universal name that is used by everyone.
  2. Then create a new profile with that ID.
  3. Install it in Xcode and change the application identifier in the inspector settings to the new created profile name.
  4. Change the code signing in the target inspector settings for the new profile you just installed.
  5. Then do clean all Targets and dependencies had to restart xcode. The reason behind this is that this is the trick that is not that technical but it works.

If you want something more, watch this video yourself.

Related Questions