react-native-pusher-push-notifications icon indicating copy to clipboard operation
react-native-pusher-push-notifications copied to clipboard

Warning: You should call `pushNotifications.start` from the `AppDelegate.didFinishLaunchingWith`

Open daveslutzkin opened this issue 4 years ago • 1 comments
trafficstars

Not a huge issue but looks like the underlying library would prefer pushNotifications.start to be called on init, which makes sense.

[PushNotifications]: Warning: You should call `pushNotifications.start` from the `AppDelegate.didFinishLaunchingWith`

It's kinda weird that this library does init and register in a single call (setInstanceId) - surely they should be separate?

daveslutzkin avatar Jul 07 '21 02:07 daveslutzkin

Hi! Did you find any way to fix it?

jocabedRios avatar May 28 '24 22:05 jocabedRios