openedx / openedx-app-ios

The mobile app for iOS for the Open EdX Platform.
Apache License 2.0
19 stars 13 forks source link

feat: branch sdk integration #283

Closed saeedbashir closed 4 months ago

saeedbashir commented 4 months ago

This PR adds the integration of the Branch SDK. The Branch SDK will be used for deep links.

Config


BRANCH:
    ENABLED: true
    KEY: 'branch_key'
    URI_SCHEM: 'URI_SCHEME'  #optional, if not provided, the product identifier will be used as URI scheme
    DEEPLINK_PREFIX: 'prefix'  #optional, if not provided, `edx` will be used as prefix for deeplink configurations
saeedbashir commented 4 months ago

@volodymyr-chekyrta Could you please spare some time and review this PR.