You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone gotten node-pushnotifications working with react-native-push-notification?
I try to get node-pushnotification to send a push notification to my app, which shows a push notification on ios, but then when I click on it (react-native-push-notification is handling here), then I get:
JSON value '<null>' of type NSNull cannot be converted to NSString
The text was updated successfully, but these errors were encountered:
Has anyone gotten
node-pushnotifications
working withreact-native-push-notification
?I try to get
node-pushnotification
to send a push notification to my app, which shows a push notification on ios, but then when I click on it (react-native-push-notification
is handling here), then I get:JSON value '<null>' of type NSNull cannot be converted to NSString
The text was updated successfully, but these errors were encountered: