Skip to content

Release 3.10.1

Compare
Choose a tag to compare
@emawby emawby released this 08 Feb 23:42
· 1340 commits to main since this release
30e2622

Properly setting external user id when using setEmail and setSms

  • External User Id will now properly be set on email and sms records when they are created. #1044

Fixing setLauchUrlsInApp after calling OneSignal init

  • setLaunchUrlsInApp was not taking effect if it was called after the OneSignal initializer. #1043

Fixing sendTags after rejecting the push permissions prompt

  • Tags were not being sent when registering a user if the push permission prompt was denied. #1037