Welcome back to the Teaser Friday!
Today I got my test app for Google Play Services up and running.
My task was more specifically to add a way to subscribe to the onActivityResult
on Android.
And, as a way to test that, I figured I could create an extension using the GPGS C++ api.
The onActivityResult
hook will be added in the next release, so you can use it for your cool things.
As for the GPGS extension, we’ll discuss internally when and how we will proceed making it actually usable. It will be very soon at least, in some form.
Currently it supports Android only. The executable grows from 2654696 bytes to 5079804 bytes which is pretty hefty. It’s double the size! I think there’s an api for iOS too (which is even bigger), but my focus was to get the Android version first.
Have a nice friday folks!