Vittorio Sorbera
Vittorio Sorbera
Thank you @m1ga! I just did a test, but it seems that `FirebaseAnalytics.GRANTED` and `FirebaseAnalytics.DENIED` are both `undefined`, perhaps the constants were not assigned correctly. I tried directly with `true`/`false`,...
You are confusing **AdMob ad Unit ID** with **AdMob app ID** (https://support.google.com/admob/answer/7356431). AdMob ad Unit ID is the one in this format `ca-app-pub-xxxxxxxxxxxxxxxx~xxxxxxxxxx` and you must enter it only in...
@hansemannn I just released [iOS v.5.0.0](https://github.com/Astrovic/ti.admob/releases/tag/ios-5.0.0) with my last commit [Migration to SDK v9 (9.13.0)](https://github.com/tidev/ti.admob/pull/166/commits/2d8da79083a366687a5360ede4dea966ef62785c) All old frameworks have been removed, now the module supports arm64 and x86_64. I updated...
@hansemannn yes it works fine. I'm about to release the new iOS version 6.0.0, using the AdMob SDK 10.4.0. Just a few minutes
As you prefer. In case then I can make a new PR with the new version. I did a test with version 6.0.0 and it seems to work fine, but...
I published the new release, I also updated the first comment https://github.com/tidev/ti.admob/pull/166#issue-786216198 with the links to download the zip file. There is also a link to the test app so...
@hansemannn I think this PR can be merged. I'm also using the latest updates in production and it works fine.
I've just done it.
OK. Obviously I did the clean of the build. I also did `ts clear` and `ts close` and restarted the server. I also encountered another problem. From the browser (http://192.168.1.61:3000/)...
I've the same problem... when I use `--shadow` or `ts @ run --update`, it starts an infinite loop. My config is: TiShadow: 2.9.1 Titanium SDK: 6.0.3.GA Appcelerator CLI: 6.1.0 Alloy:...