https://github.com/sparkpost/deep-links
Example code for Deep Links / Universal Links
https://github.com/sparkpost/deep-links
Last synced: 8 months ago
JSON representation
Example code for Deep Links / Universal Links
- Host: GitHub
- URL: https://github.com/sparkpost/deep-links
- Owner: SparkPost
- License: apache-2.0
- Created: 2020-10-07T13:56:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-29T21:58:10.000Z (over 5 years ago)
- Last Synced: 2024-12-29T11:49:27.448Z (over 1 year ago)
- Language: Swift
- Size: 33.9 MB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deep-links
Example code for Deep Links / Universal Links.
For context, see [Using Mobile Universal and App Links with SparkPost](https://www.sparkpost.com/docs/tech-resources/deep-links-self-serve/).
## [iOS](./iOS)
Open the `iOS/testlinks` folder in XCode as an existing project. It should look something like this.

Configure your domains by selecting the project name in the left pane, then choose "Signing & Capabilities", then "Associated Domains", and test.
## [Android](./Android)
Open the `Android/testlinks` folder in Android Studio as an existing project. It should look something like this.

Configure your domains in Tools / App Links Assistant, download simulators and test.