Accessing Google Play Services from C++
-
wrote on 3 Jan 2025, 07:32 last edited by
Since we're able to expose methods via the JNI, how can I login/access Google data using the Android APIs?
Everything I've seen so far said to subclass Activity. I'm confused on how I can reconcile that with Qt, as I have no way of subclassing QtActivity, or do I?
1/1