ArtSabintsev / Siren

Notify users when a new version of your app is available and prompt them to upgrade.
http://sabintsev.com/
MIT License
4.26k stars 407 forks source link

Error retrieving iOS version as it returns wrong new version #406

Closed TommyCSS closed 1 year ago

TommyCSS commented 1 year ago

I used latest version of Siren and my app is published in specific region, 'id'.

My current app store version is 1.3.4 released less than 3 hours ago and the previous version was 1.3.3. for every user has v1.3.3 new update alert is not showing. i tried to lower the version on my xcode to 0.0.1, new version alert pop up with text 'version 1.3.3' available. it should be 1.3.4 since its already released less than 3 hours ago

ArtSabintsev commented 1 year ago

Per the README, you have to wait 24-48 hours for Apple's CDNs to update.

TommyCSS commented 1 year ago

its been 4 day since 1.34 released. alert is still not. showing up for user with v1.3.3 should i put 2 days delay in the code?

@ArtSabintsev

ArtSabintsev commented 1 year ago

Does it work on the sample project?