thanks for the reply
@aeric
i never compile in Obfuscation mode
it was just an example but the question is how can i prevent the user read the url and endpoints of my sql db that can be found with minimal effort in my apk code.
as you already mention it is very simple to perform a post request using postman or any other free app.
token will not prevent the user to hack the db. he can sign and use his token and perform a post request from outside the app using fake values.
no i dont, i think it would take to much effort to start hunting those users it would make more sense to put that effort make my app more secure.
the real question is how can i hide or encrypt my api endpoints inside my app so they are not readable. if i would use my own server application i would have much more control but because it is a shared hosting and i have to use php to communicate with the mysql db i need to find a way to keep my endpoints adresses encrypted inside my app.