I understand that the Google Play Beta feature allows me to distribute APKs to a closed user group, but I also need to be able to verify if the people logging in after download using Google Login are also in the beta program of my app, in order to make sure that the APK isnt distributed & used without my knowledge.
Is there any way to check if a Google Login user is participating in beta testing with OpenID Connect or similar technologies?
Thanks!