chronogolf / nativescript-store-update

Apache License 2.0
19 stars 13 forks source link

Q: Can notifyNbDaysAfterRelease be set to 0? #18

Closed shiv19 closed 6 years ago

shiv19 commented 6 years ago

I want the user to get notified of the update as soon as possible, is it allowed to set notifyNbDaysAfterRelease to 0?

jeremypele commented 6 years ago

Hi,

you can set the value to 0, nothing prevents that. Default is 1 day because that's a good practice when using store APIs, as there's almost always a 1-day delay between what the API returns and the actual update of the application on the store.

It's your call :)

shiv19 commented 6 years ago

@jeremypele Thanks! :)