MacOS Catalyst 13.0 - Doesn't Persist once app is closed.
chinotapales opened this issue · 1 comments
chinotapales commented
Using MacOS Catalyst, the Keychain works by using Keychain Sharing and adding into the Keychain Groups but once the app is closed, the values are removed and deleted. Any suggestions / feedback would help :) Thanks!
- Library setup method: CocoaPods
- Version of the library: 18.0.0
- Xcode version: 11.2.1
- Deployment target version: iOS 13.2
chinotapales commented
Nevermind, I figured it out. Kept clearing the keychain in 'func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool ' in the AppDelegate. Everything works now. Thanks! Will close the issue.