|
|
|
|
|
by kokada
471 days ago
|
|
But even this case doesn't make much sense. I expect that instead of adding the secrets inside the binary you will go through to the more traditional ensuring that the client is logged in and that the secrets are stored in the server. Unless you want your app to be used anonymously, but then why have secrets? |
|
So the app used a digital signature / request signing with a key that was obfuscated and embedded in the binary. With anonymous users I don't know how else you could avoid use of the private API.