Skip to content

Allow main app to share local data and keychain with it's app extensions #26

@Aziz-AnyDesk

Description

@Aziz-AnyDesk

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

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions