customerio / customerio-expo-plugin

MIT License
11 stars 9 forks source link

Configuring when push notification permissions are requested #32

Closed euc-callum closed 1 year ago

euc-callum commented 1 year ago

It appears that there is currently no way to delay the request for push notification permissions and that it is currently set to occur on first launch of the app.

Would it be possible to add configuration to optionally include the registerPushNotification function as seen in step 4 of these docs?

xtreem88 commented 1 year ago

Hi @euc-callum This feature is currently under development in our React Native SDK and will also be available via our Expo plugin. We hope to release it soon. Thanks!

euc-callum commented 1 year ago

Nice! Is there an ETA on this? I'm currently trying to determine whether we utilise Customer.IO or an alternative - and this is one of the inputs into that decision.

euc-callum commented 1 year ago

Is this the correct issue to watch in customerio-reactnative?

https://github.com/customerio/customerio-reactnative/issues/58

xtreem88 commented 1 year ago

An option ios.disableNotificationRegistration has been added to optionally remove registerPushNotification; please see the docs for more.