Closed aljazkosirnik-specto closed 9 months ago
Not really sure. Need some more details:
expo-notification
versiontoken.data
- is it a valid hex string?Yes of course:
"@allboatsrise/expo-marketingcloudsdk": "^49.1.0"
"expo": "~49.0.16"
,"expo-notifications": "~0.20.1"
,ExponentPushToken[QDWdgCPZObVWSHaoe7iF_9]
You need to use real push tokens though, not expo tokens.
Notifications.getDevicePushTokenAsync()
My bad, I must have switched it when debugging.
It seems to have gone through now, thank you!!
Hi & thank you for creating this library! I have been trying to solve this issue for a couple of days now, and I can't figure out the solution. When calling
this gets executed from the library:
and I got back the error
Failed to convert token to data type
.I have checked multiple things:
MarketingCloud.isPushEnabled()
returnstrue
addLogListener
returns nothing specific that would indicate an issueDo you happen to know what the issue would be?