Set and get environment variable
Hi,
I want to set environment variable in App and on device I want to pick that environment variable how can I do it ?
Thanks,
Ishani
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi,
I want to set environment variable in App and on device I want to pick that environment variable how can I do it ?
Thanks,
Ishani
Hi Ishani,
Do you mean OS setting by environment variable?
Yes, I have in the this .plst file. Now on App Load in want to read this
How can I read this ?
Or can you give me the file name where this all tags are getting read, I will modify my code there ?
Actually I am not getting the file where all this tags are getting read
Ishani,
No, this can't be changed programmaticaly via JS, you would need Objective C, look for a solution in the Internet. For example, http://stackoverflow.com/questions/16...
Hi Katya,
Thanks for your help, I have solved this by modifying in Objective C