hansemannn / titanium-firebase-analytics

Use the Firebase Analytics SDK in Axway Titanium 🚀
Other
35 stars 18 forks source link

Added required libraries #47

Closed Wingee closed 5 years ago

R4mpancy commented 5 years ago

Should we update the gradle build file along with this?

m1ga commented 5 years ago

the iid file is part of the ti.playservice module. Currently version 16.0.1 but it should be updated there to 17. Not sure if the other two files should be included there or if they are only used by analytics then they should included here :smile:

R4mpancy commented 5 years ago

ahhh that might be the root of the issues I've been having iid is also used by the cloud messaging module Even with Wingee's implementation I'm still getting a FCM error

hansemannn commented 5 years ago

Using PlayServices 16.1.3 (not 16.1.2 or 16.1.4) fixes the issues without requiring these updates. We could consider moving the libraries to the core though, since they're used by both cloud-messaging and analytics.