Pushwoosh / pushwoosh-react-native-plugin

Other
57 stars 43 forks source link

How to set the device timezone? #120

Closed taschik closed 3 years ago

taschik commented 3 years ago

We want to make sure our users only receive pushes at a given local time. The user explorer, however, shows us that non of our registered devices have a timezone set.

Screen Shot 2021-02-02 at 4 43 56 PM

How can we set the timezone via the SDK or shouldn't this be done automatically?

taschik commented 3 years ago

HI @wfhm do you have any insight on this?

wfhm commented 3 years ago

@taschik,

Timezone values are actually collected by our SDK and sent to our backend automatically, however, it looks like they are not passed to the User Explorer correctly. Checking it with the backend team now.

taschik commented 3 years ago

Thanks @wfhm for checking back. The reason I was asking is that I couldn't see that information anywhere in the UI panels of Pushwoosh and wanted to make sure we can still respect silent hours (e.g. at night) meaning that pushes will not be send at certain times for certain time zones. Is this still working?

wfhm commented 3 years ago

@taschik,

Sure, everything is fine with the timezone pushes right now.

taschik commented 3 years ago

Thanks for confirming!