Hi,
A new app. called Packet Capture makes it very easy for any user/hacker to see what is going on in your app. when calling backends and external services. Even SSL traffic can easily be seen.
This brings up the discussion again how to savely call REST services inside B4A/Android when API keys need to be supplied.
I have tested several apps. with Packet Capture and indeed I can debug any api call in an easy way.
I don't see a solution for this problem except by using a public/private key combination which is not available in our toolset yet.
Security is becoming a real issue in Android this way.
Any working suggestions?
A new app. called Packet Capture makes it very easy for any user/hacker to see what is going on in your app. when calling backends and external services. Even SSL traffic can easily be seen.
This brings up the discussion again how to savely call REST services inside B4A/Android when API keys need to be supplied.
I have tested several apps. with Packet Capture and indeed I can debug any api call in an easy way.
I don't see a solution for this problem except by using a public/private key combination which is not available in our toolset yet.
Security is becoming a real issue in Android this way.
Any working suggestions?