ArtSabintsev / Siren

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

update notification keeps showing regardless you have latest version installed #366

Closed mobashir0155 closed 3 years ago

mobashir0155 commented 3 years ago

we have set showAlertAfterCurrentVersionHasBeenReleasedForDays = 5, and if user installs the app right after its available, and after 5 days of release "popup" for update starts showing, it says update your app with latest version number, but when you click on update it takes you to appstore and there you dont see any update option only "OPEN" and when you click on "open" it takes you back to the app and "popup" with update message shows up again, this cycle continues.


here's my setting for siren: siren.showAlertAfterCurrentVersionHasBeenReleasedForDays = 1 siren.revisionUpdateAlertType = .force siren.alertType = .force siren.forceLanguageLocalization = .Swedish

inside "applicationDidBecomeActive": Siren.shared.checkVersion(checkType: .immediately)

ArtSabintsev commented 3 years ago

Hi, I don't offer support for any version of Siren that isn't using the latest version of Swift, especially a version that's 3+ years old at this point. Sorry.

faris-mobile89 commented 3 years ago

I had the same issue, it happens when the version number in the IPA does not match the version of the app on the App Store.

ArtSabintsev commented 3 years ago

I had the same issue, it happens when the version number in the IPA does not match the version of the app on the App Store.

Please open a new issue and make sure you are using the latest release of the library.

Thanks.