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

Problem with checking latest version from AppStore #380

Closed jkimdev closed 3 years ago

jkimdev commented 3 years ago

Siren: Latest version Published: Oct,13 2021

The latest app version 0.3.4. When I printed out the version of my app from Siren.swift , it keeps giving version 0.3.3. So, Users on version 0.3.3 are not available to be noticed for update. If users are on version 0.3.2, Siren gives a direction to download version 0.3.3

Please help me out

Thanks for your support!

ArtSabintsev commented 3 years ago

It takes about 24-72 hours for Apple to update the JSON that Siren consumes after an app is published in the store. There is a function in the app that lets you delay the modal being presented, but it defaults to 1 day out of the gate.

jkimdev commented 3 years ago

Thank you so much!