I have to make my apk downloaded from several websites (not the google store)
and make them works with their own server url.
At first I was going to use webbrowser’s cookie to store informations
but it failed giving me the knowledge that the cookies are not shared with different apps.
thought about making a temporary file to store informations the intalled app would use but
maybe that won’t be welcomed by the players.
In fact, I don’t think it’s possible but I heard
that there ARE many developers who already done this. (No evidence at all btw)
As so, I want to borrow your kind ideas or solutions.
Thx