Hi,
Not sure if this is really the right place to ask this kind of question, but I'm stuck and need the help.
I've used b4a to create an application, nicely packaged into a *.apk
I need to give each business customer a unique URL where their employees can download the application along with a config file holding an API Key specific to that business. How?
(1) I can put a key in the manifest.xml, but this is compiled at build time, and whilst the *.apk can be unzipped, I would need to compile a new manifest.xml with the new key and re-sign the apk.
(2) Can I include a file in the res folder? I can then swap this out in the *.apk (zip file), but would I still need to re-sign the apk? probably
NB: the solution of the user going to website and fetching the api key for them is not appropriate for this solution.
Help!
G.
Not sure if this is really the right place to ask this kind of question, but I'm stuck and need the help.
I've used b4a to create an application, nicely packaged into a *.apk
I need to give each business customer a unique URL where their employees can download the application along with a config file holding an API Key specific to that business. How?
(1) I can put a key in the manifest.xml, but this is compiled at build time, and whilst the *.apk can be unzipped, I would need to compile a new manifest.xml with the new key and re-sign the apk.
(2) Can I include a file in the res folder? I can then swap this out in the *.apk (zip file), but would I still need to re-sign the apk? probably
NB: the solution of the user going to website and fetching the api key for them is not appropriate for this solution.
Help!
G.