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
Copy file name to clipboardExpand all lines: MIGRATION_GUIDE.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,8 @@ To the match the new initialization:
79
79
OneSignal.initialize("YOUR_ONESIGNAL_APP_ID");
80
80
```
81
81
82
+
Remove any usages of `setLaunchURLsInApp` as the method and functionality has been removed.
83
+
82
84
If your integration is **not** user-centric, there is no additional startup code required. A device-scoped user *(please see definition of “**device-scoped user**” below in Glossary)* is automatically created as part of the push subscription creation, both of which are only accessible from the current device or through the OneSignal dashboard.
83
85
84
86
If your integration is user-centric, or you want the ability to identify the user beyond the current device, the `login` method should be called to identify the user:
0 commit comments