Home > Enterprise >  App closes on start while using ti.admob modul
App closes on start while using ti.admob modul

Time:07-11

I'm trying to integrate the ti.admob module in my appcelerator app to use it with iOS.

The problem that I am having is the if I simply include the module to the tiapp.xml file the app stops working. It trya to open, but then closes alone without even chowing the splash screens.

I have tried several versions of the model. Several 3.x.x, the 4.0.0, the 4.8.0 and none worked.

How can I get the module to work or what am I missing that is causing my problem?

CodePudding user response:

You have to add keys to the tiapp.xml. For that have a look at the official docs at https://github.com/tidev/ti.admob/blob/master/apidoc/Admob.yml#L43 and also this issue https://github.com/tidev/ti.admob/issues/306 that talks about crashes on launch with some information too (there is a Manuel in the thread, not sure if that is already you

  • Related