Monday, August 15, 2011

Implementing Ads on Android / MobFox - Part 4

I'm trying to figure why, when I test my app, the MobFox ad view is suddenly not displaying. I've done cleans on both the core and shell. The most recent change was adding the publisher id as a string, but that was working last time I tried. I think. Let's put it back in there....

It worked. That's not necessarily a good thing; I need it to be able to read the string from string layout.xml. Let's try it with the id that is set up for the free jlpt 5.

If it doesn't work, there will be a problem. The problem is that I can't be having a separate start layout for each project. It's not practical. No, I need for this mechanism to work. But it ain't.

I could try to set the property on the mobfox view, but, oddly, eclipse is not seeing that class in the jar.

[2011-08-15 19:24:26 - JlptQuiz4Free] Re-installation failed due to different application signatures.

[2011-08-15 19:24:26 - JlptQuiz4Free] You must perform a full uninstall of the application. WARNING: This will remove the application data!

[2011-08-15 19:24:26 - JlptQuiz4Free] Please execute 'adb uninstall com.kanjisoft.jlpt4.free' in a shell.

[2011-08-15 19:24:26 - JlptQuiz4Free] Launch canceled!


I have no idea why that happened, but uninstalling and re-installing works.

Now, the question is, do I just go ahead and upload it? Or wait for approval? I probably sent my email out a tad too late. Well, what the worst that could happen? It just shows "It works" instead of an ad.

Actually, I'm thinking of switching back to admod for the time being for the backfill. I've already been approved there. Or rather, it doesn't need to be approved, once it's set up. And, thankfully, I only have to do it for the one code I'm using right now.

Ok, I've uploaded 5 new ad-ready free versions. More tomorrow.


No comments:

Post a Comment