iOS Question What is the recommended method to store app settings/data between sessions?

JohnC

Expert
Licensed User
Longtime User
In B4A there is PreferenceManager to save app data/settings between app sessions.

There was a class for iOS, but the member and their code were deleted:


So, the only thread I could find is this one to store app data between sessions:


So, is this KeyValueStore the recommended method to do this?
 

JohnC

Expert
Licensed User
Longtime User
Upvote 0

JohnC

Expert
Licensed User
Longtime User
Upvote 0

Computersmith64

Well-Known Member
Licensed User
Longtime User
Well if you were using Xcode you'd use either UserDefaults (Swift) or NSUserDefaults (Obj-C), but I don't know if B4i provides an interface to either of those.

- Colin.
 
Upvote 0

Filippo

Expert
Licensed User
Longtime User
In B4A there is PreferenceManager to save app data/settings between app sessions.

There was a class for iOS, but the member and their code were deleted:


So, the only thread I could find is this one to store app data between sessions:


So, is this KeyValueStore the recommended method to do this?
Hi @JohnC ,

you can use my library again.
 
Upvote 0

JohnC

Expert
Licensed User
Longtime User
Upvote 0
Top