Michael Gangolf

Results 266 comments of Michael Gangolf

try to add it as described here: https://github.com/hansemannn/titanium-firebase-cloud-messaging#updates-to-the-manifest if you are not using Firebase Analytics it shouldn't matter at all

If I find the time, yes. But it is just recompiling it with the correct aar files inside the folder, sou you could do it yourself, too. I'm not using...

@AndreaVitale which playservice are you using? Also keep in mind: GA for mobile will shut down in October (the free version) so you should switch to Firebase Analytics soon if...

you can use the current version with 7.5.0. Don't need to recompile it. The current manifest already uses 7.0.0 as a minimum which is fine for 7.5.0 too

Any info here? Just had this error with a HUAWEI phone. But on a Pixel 4 it is working fine. Looking at the Android issue it looks like it has...

It was mentioned in the linked ticket somewhere. But I didn't try it yet. I'll have a look at the module, too.

now my phones (Samsung A5 Android 8) and Pixel 4 (Android 10) stop with this error: ``` [ERROR] TiExceptionHandler: (main) [23,4267] Unable to start receiver ti.android.geofence.GeofenceBroadcastReceiver: java.lang.IllegalArgumentException: No such service...

https://stackoverflow.com/a/49418249/5193915 > Your app will crash if you call Context.startForegroundService(...) and then call Context.stopService(...) before Service.startForeground(...) is called. https://github.com/deckameron/Ti.Android.Geofence/blob/0fef759e69aaa1a89a42f7daec2647f6d4de22b5/android/src/ti/android/geofence/JavascriptService.java#L63 https://github.com/deckameron/Ti.Android.Geofence/blob/0fef759e69aaa1a89a42f7daec2647f6d4de22b5/android/src/ti/android/geofence/JavascriptService.java#L80 not tested yet. Will check it at the weekend

it still crashes for me after 15 secs: ``` [INFO] entered [INFO] JavascriptService: Service Started [WARN] TiJSIntervalService: (main) [1,5373] The intent is missing the extra value 'interval', therefore the code...

Be sure to check the Atom Community discord: https://discord.gg/J9fZJF4G and https://github.com/AtomRebirth/atom There is a lot going on already - including some new builds already :+1: