Prashant Saini
Prashant Saini
I believe it's already returning in selection-order. Are you sure they are not?
Any guides on how to compile the same set of libraries for 64-bit arch. ?
Same here. Looking for 64-bit libraries support or any guide to create them manually.
Sorry for being non-responding from few months.. Will be looking into it this week.
@hansemannn @cb1kenobi @m1ga [This PR ](https://github.com/tidev/titanium-sdk/pull/14173) fixes this issue.
To make parity with iOS, we will have to remove more stuffs from iOS. Google removed more methods/props from Android and added only few in `signIn` method.
Marking as In Draft as found a not-working test case on Android 13 (worked on Android 14 and 15). Need more testing and fine tuning.
Tests passed on Android 13, 14 and 15.
Thanks. Need access to this repo for creating a release here. Here's the compiled module v8.0.0. [ti.googlesignin-android-8.0.0.zip](https://github.com/user-attachments/files/20454027/ti.googlesignin-android-8.0.0.zip)
@m1ga @AbdullahFaqeir I doubt that setting the `rootActivity` to null would break notification/data-intent/shortcut handling as `rootActivity` is responsible to fire the `newintent` event for such scenarios via `Ti.Android.rootActivity.addEventListener('newintent', () =>...