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
See the Iterable guide on how to setup your Iterable push integration and obtain push integration name [here](https://support.iterable.com/hc/en-us/articles/115000315806-Setting-Up-iOS-Push-Notifications).
84
83
85
84
2.##### Set userId or email.
@@ -107,7 +106,7 @@ Attached to the release you will find two framework bundles.
@@ -118,7 +117,7 @@ Attached to the release you will find two framework bundles.
118
117
[IterableAPI registerToken:deviceToken];
119
118
}
120
119
```
121
-
See example in sample app delegate [here](./sample-apps/swift-sample-app/swift-sample-app/AppDelegate.swift).
120
+
See example in sample app delegate [here](./sample-apps/swift-sample-app/swift-sample-app/AppDelegate.swift).
122
121
123
122
Congratulations! You can now send remote push notifications to your device from Iterable! Please note that you can't send push notifications until you set the userId or email. Please see sample applications to see a reference implementation.
124
123
@@ -191,7 +190,6 @@ Congratulations! You can now send remote push notifications to your device from
191
190
}
192
191
```
193
192
194
-
195
193
* Handling Email Links
196
194
197
195
For Universal Links to work with link rewriting in emails, you need to set up apple-app-site-association file in the Iterable project. More instructions here: [Setting up iOS Universal Links](https://support.iterable.com/hc/en-us/articles/115000440206-Setting-up-iOS-Universal-Links).
@@ -209,8 +207,6 @@ Congratulations! You can now send remote push notifications to your device from
209
207
// This will track the click, retrieve the original URL and call `handleIterableURL:context:` with the original URL
0 commit comments