I have an app in the appstore and I seem to getting a lot of users who seem to only see "Test Advertisement" with iAds (usually because they have appsync running or their device is jailbroken). So I would know if there is way to detect if the iad showing to the user is a "Test Advertisement". This way, we can notify the user. Or even better, is there a way to detect what ad is being displayed to the user?

Thanks,

Great job guys.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

There is no way to find out if the user is seeing a test advertisement banner. The only way I have found is if the request and impressions are high but you are making no money out of the ads. But as of now, I don't know any way to see what ad is being displayed to the user. You may want to try to download your app straight from the app store and see if you are also getting a test advertisement banner. Hope this helps.

link|improve this answer
Thanks, I would think if the adview is basically javascript, it would be possible to get it's content. I thought about programmatically taking a screenshot of the ad area and determining if it is black. I am sure I can take the screenshot but I don't know how to determine the average color of say a 2px by 2px crop from the ad area. Do you know how? Do you think this would work? – Manuel Alvanez Jun 28 '11 at 18:17
1  
Try reading this, it's a post about checking how similar a image is. stackoverflow.com/questions/6488732/… Hope this helps – MacN00b Jun 29 '11 at 16:57
Thanks, that really helped. I was also thinking of OCRing the image to check if the words "test advertisement" is in it. Do you have/know any OCR classes I can use? – Manuel Alvanez Jun 30 '11 at 7:26
Take a look at this, iphonedevsdk.com/forum/iphone-sdk-development/5359-ocr.html BTW if I helped you out, could you please mark my answer as correct? Thanks, sorry if i sound a little rude but i'm new to stack overflow and i'm trying to raise my rating. Hope that article helps! – MacN00b Jun 30 '11 at 17:08
Of course. I am new too, trying to figure out how to rate – Manuel Alvanez Jun 30 '11 at 20:31
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.