I'm working on a white label app which will load data dependant on a unique ID.
What I wanted to do was the following:
- Add an "app_id" field to both the ios plist & android manifest sections in the tiapp.xml
- Package for both iOS & Android
- Pass the project files to a third party who would then open the projects, change the app_id, icons etc and build for app stores
- The app will read the app_id on opening and deal with it accordingly
Now, I can add the properties just fine, but I'm unable to access them in any way I can think of. I've tried looking around but to no avail.
Is there any way of doing this that will work for both Android & iOS? Is there an alternative way to do what I'm looking for?
Please note: I cannot just allow the third party to build directly with Titanium - that is out of my hands so I need to find another way.