I'm releasing an android app through google play.
This is my first release & I wanted to check all security possibilities before.
My concern currently is that the app uses an api for data sourcing. currently the api address is hard coded in the source.
obviously the server which hosts the api has been secured, with the api only available on 80.
Is there any 'android conventions' to API sources, similar to how strings.xml is treated?
0 comments:
Post a Comment