titanium - Migrating Ti.app.Properties from ios -


how can access access ti.app.properties ios users ios sdk 3.5.1.ga without using ti sdk ? stored in plist file on th client? migration purposes.

both ios , android store app properties in special files on filesystem. natively, ios properties known nsuserdefaults, stored in .plist files in application's library directory. android stores them in standard xml text files @ /data/data/com.domainname.appname/shared_prefs/titanium.xml. titanium provides uniform means set , app properties via titanium.app.properties api.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -