I tested your invalid license case and managed to reproduce it. I have made some server side changes and can no longer reproduce the invalid license state. Can you see if it’s better for you now also?
- See the docs here: http://gremlininteractive.com/corona-plugins-documentation/chartboost_plugin_corona_docs/
They list the events that are returned relating to the license callback.
- Yes, there should be no problem with that.
So far I didn’t see invalid license again.
Now I call my chartboost init again like this:
if (event.name == "license") then if (event.status == "invalid" or event.status == "networkError") then \_myChartboostInit() end end
And I also call my chartboost init when application resume if Chartboost flag is not set as ready.
If you see anything inappropriate, please let me know. I have submitted it to App Store and have my fingers crossed. I like my last result with Chartboost, the revenue is higher than I expected, but I only tested a few days before I found the startup problem for some users. Hopefully this version will fix it. I will let you know.