forked from parse-community/Parse-Swift
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
ParseSwift doest not allow sharing local data with it's extensions
Parse-IOS Objective-C SDK allows main iOS app to share local data like PFUser.current, PFInstallation.current and e.t.c with its app extensions like share extension, broadcasting extension and e.t.c.. Please add support for this feature for ParseSwift.
Feature / Enhancement Description
When this feature enabled, ParseUser.current and ParseInstallation.current should return the same value from the main app if it is called inside app extension. The main app should share keychain with its' extensions.
Example Use Case
Main app logs in user and launches broadcasting extension. Broadcasting extension calls ParseUser.current and gets the same user logged in in the main app. Broadcast extension is aware of the current user from the main app and shares keychain.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested