You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the sdk saves accessToken and currentRecordID in [NSUserDefaults standardUserDefaults], which not accessible across apps in app group, in case I want to add extension to existing app.
The text was updated successfully, but these errors were encountered:
Steven mentioned that one use case is to support apps with extensions like Watch Extension. The required credentials need to be stored with -[NSUserDefaults initWithSuiteName:].
It seems the app itself cannot find entitled app groups in runtime, therefore some explicit configuration is needed so that the SDK will save credentials in other user defaults object.
Currently the sdk saves accessToken and currentRecordID in
[NSUserDefaults standardUserDefaults]
, which not accessible across apps in app group, in case I want to add extension to existing app.The text was updated successfully, but these errors were encountered: