Anyone know if you can update the values of Ti.App.myDat!!
app.js
Ti.App.myData = { _userId:' ', _userEmail:' ', _userPass:' ', };
login.js
Ti.App.myDat._userId = '12324';
This is not updating Ti.App.myDat value
1 Answer
I am having the same issue. Anyone?
Your Answer
Think you can help? Login to answer this question!