OneSignal / OneSignal-Cordova-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Ionic, PhoneGap CLI, PhoneGap Build, Cordova, or Sencha Touch app with OneSignal. Supports Android, iOS, and Amazon's Fire OS platforms. https://onesignal.com
Other
251 stars 199 forks source link

[question]: How do I do identity verification? #1030

Open MysticalX21 opened 2 weeks ago

MysticalX21 commented 2 weeks ago

How can we help?

window.plugins.OneSignal.setExternalUserId is not defined but window.plugins.OneSignal.login is.

However, only the setExternalUserId method seems to support identity verification according to the OneSignal docs.

So how am I supposed to do identity verification (as in, OneSignal.setExternalUserId(external_id, external_id_hash))?

Code of Conduct