Closed rignaneseleo closed 1 year ago
Hi @rignaneseleo, Thanks for asking, this was also asked by others, please see this response.
You will have to use the REST API or Server SDK, but we are going to add a getter for onesignal ID.
OneSignal id can be retrieved using:
String? oneSignalId = await OneSignal.User.getOnesignalId();
I am trying to get the Onesignal ID to configure RevenueCat via
setOnesignalID(String onesignalID)
Onesignal ID was previously available in v3.x.x but now only the subscription ID and the token are available from the
Onesignal.User.pushSubscription.id
property.How can I get it?
Code of Conduct