Skip to content

Commit 29a1b38

Browse files
committed
Update MIGRATION_GUIDE.md
1 parent b341cf6 commit 29a1b38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MIGRATION_GUIDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ To the match the new initialization:
7979
OneSignal.initialize("YOUR_ONESIGNAL_APP_ID");
8080
```
8181

82+
Remove any usages of `setLaunchURLsInApp` as the method and functionality has been removed.
83+
8284
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.
8385

8486
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

Comments
 (0)