b8ne / react-native-pusher-push-notifications

Manage pusher interest subscriptions and notification events in Javascript.
MIT License
96 stars 85 forks source link

not showing device in pusher beams dashboard when setInstanceId #106

Closed thtRajasthaniGuy closed 1 year ago

thtRajasthaniGuy commented 1 year ago
                                                export const PusherInstanceConnect = async () => {
                                                  try {
                                                    RNPusherPushNotifications.setInstanceId(
                                                      '',
                                                    );
                                                    RNPusherPushNotifications.on('notification', handleNotification);
                                                    RNPusherPushNotifications.setOnSubscriptionsChangedListener(
                                                      onSubscriptionsChanged,
                                                    );
                                                  } catch (error) {
                                                    console.log(error);
                                                  }
                                                };

did I miss any step, follow all steps from the doc.

JeanHules commented 1 year ago

Did you figure this out? I have tried several different methods and nothing seems to register the interest.

thtRajasthaniGuy commented 1 year ago

yes its working for both platform...i have do manual installation for both platform and its worked.

Lakshyakatarmal commented 2 weeks ago

@thtRajasthaniGuy can you please share the steps for manual installation for both platforms?