Michael

Results 295 comments of Michael

Okay, so looks as though you could probably remove this extension for the ios build. It is required for Firebase services which is likely getting included as you are using...

@marcanw 1. I believe the previous version of the majority of our extensions supported API 33. This latest update is to support the latest Google services (Firebase/Analytics/FCM etc) which included...

@Mintonist Regarding 2, that class is part of Firebase and used by push notifications in particular. You are potentially missing a dependency or using incompatible versions. Log an issue with...

Yes that should be fine. Could you make sure you are using the latest extensions and post an issue in the push notifications repo with the full crash log?

Please set the minimum sdk version to 24. Our latest updates require this minimum version now. ```xml ```

@ajwfrost Generally apm handles this , but we have missed something with the InAppBilling update. I'm looking into it. I don't think there's a need for a separate item, the...

@ajwfrost Been looking into this a bit more and I actually can't find any of the libs requiring 24 so this may actually be an issue in AIR. I had...

Seems the issue is related to one library: play-services-measurement-api:22.0.0. Removing this jar from the com.distriqt.playservices.Base extension removes the issue, but this library is used by several other extensions so removing...

Yeah if you just add that extension (com.distriqt.playservices.Base) to a project with a minimum sdk version < 24, you'll get this issue. i.e. will build from Android Studio but not...

Ah that's brilliant news, I might roll back our airpackage then and remove the min sdk v 24 requirement.