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
If I miss anything, please correct me.
I try to use PushNotificationIOS, and I face many problems. Now, I resolve these problems.
I have to add RCTPushNotification.xcodeproj to Libraries and add libRCTPushNotification.a to Link Binary with Libraries. Otherwise, I will get error RCTPushNotificationManager is undefined in PushNotificationIOS.js
If I miss anything, please correct me.
I try to use PushNotificationIOS, and I face many problems. Now, I resolve these problems.
RCTPushNotification.xcodeproj
to Libraries and addlibRCTPushNotification.a
toLink Binary with Libraries
. Otherwise, I will get errorRCTPushNotificationManager is undefined
inPushNotificationIOS.js
AppDelegate.m
Otherwise, this listener will be never called.
However, these things are not mentioned in the document. Can you add it to the document? It will be helpful. Or, it is in the document, and I miss it?
The text was updated successfully, but these errors were encountered: