ArtSabintsev / Siren

Notify users when a new version of your app is available and prompt them to upgrade.

Home Page:http://sabintsev.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with checking latest version from AppStore

jkimdev opened this issue · comments

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!

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.

Thank you so much!