Back to All

[One signal via go native] - Query on oneSignalInfo call

Hello,

We have a call oneSignalInfo that returns
{
oneSignalUserId: 'xxxxxxx',
oneSignalPushToken: 'xxxxxx',
oneSignalSubscribed: true,
oneSignalRequiresUserPrivacyConsent: false,
platform: 'ios',
appId: 'io.gonative.example',
appVersion: '1.0.0',
distribution: 'release',
hardware: 'armv8',
installationId: 'xxxx-xxxx-xxxx-xxxx',
language: 'en',
model: 'iPhone',
os: 'iOS',
osVersion: '10.3',
timeZone: 'America/New_York'
}

We also need onesignal id.

We spoke to onesignal team and they said -

"Looking at go native docs, it doesn't look like they're set up to integrate with our new versions yet and suggested reaching out to your support to see if you have plans on adding this functionality in the near future."

Please let us know what is the plan here and will this need any change from our side on our apps ?

Thanks