Post

Replies

Boosts

Views

Activity

Comment on iOs15 beta - Private Relay impacting iOS App UserDefaults
please make sure to call UserDefaults only after - appDidFinishLaunching. If you still see the issue and are using UserDefaults.standard, then try creating a new instance of UserDefaults with your own suitename and use that instead of standard UserDefaults.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on iOS 15 beta wipes out app data
I also observed the same and it fixed the issue after I moved the API call to didFinishLaunching
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on iOS 15 beta wipes out app data
See my above comments above. Above approach might fix your issue.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21