0
I have a app
I need to validate the integrity of the data. For this, I need the google
Tell me if that app was signed by him or not.
But for this to work, I need him to run me a token
for validation.
this is possible?
0
I have a app
I need to validate the integrity of the data. For this, I need the google
Tell me if that app was signed by him or not.
But for this to work, I need him to run me a token
for validation.
this is possible?
0
Diego, I’m pretty sure Google Play
Console does not generate the token
, even for the other updates, Google will always ask that the app
is finished with the same key. When you program with the Android Studio
it gives you the possibility to create when you are finalizing for publication.
Browser other questions tagged android xamarin oauth2
You are not signed in. Login or sign up in order to post.
you are referring at the time of signing the app, right?
– Diego Moreira
Exactly, at the time of sending he needs to have this signature.
– Alberto Bezerra
I get it, I... So I do this, it’s a requirement of Googleplay, but what I want is exactly this: https://stackoverflow.com/questions/33093617/google-authentication-with-a-backend-server-required-scopes But for Xamarin, with C# classes and I’m not finding it anywhere.
– Diego Moreira