[AC-6630] Android: On SDK v9.3.0 App crashes on open on devices without Google Play Services
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Muhammad Ahmed Fahad |
Assignee | Abir Mukherjee |
Created | 2020-11-17T06:49:32.000+0000 |
Updated | 2020-11-18T01:04:04.000+0000 |
Description
App crashes on open on Android devices without Google Play Services
Issue occurs on 9.3.0.XXXX
Issue does not occur on 9.2.2.GA
Can you give us more details please? Such as a stack trace, the device you ran it on, and what exactly you're doing? On our end, we did test [ti.playservices](https://github.com/appcelerator-modules/ti.playservices) on a real physical Amazon Fire Table (no Google Play app or Google Play Services) and on an Android emulator without Google Play Services. There were no issues found. Our "ti.playservices" module correctly handles this particular case on app startup [here](https://github.com/appcelerator-modules/ti.playservices/blob/b1c3a65a98c6212d6bef5011dbc03c432f4af51e/android/Resources/ti.playservices/ti.playservices.bootstrap.js#L37-L39). We did update our "ti.playservices" module to use the newest Google Play Services native library as can be seen via ticket [TIMOB-27934]. Perhaps it's causing an issue with a 3rd party module you are using? (Hard to tell without more details.)