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

Update AlertView show and Auto hide without any click Action #377

Closed pradeeps43 closed 3 years ago

pradeeps43 commented 3 years ago

Using Siren (5.1.2) this Version .When app launch alert pop show for second and hide itself without any action , on iOS 14 .

ArtSabintsev commented 3 years ago

Please provide me with sample code and/or a video of how you use it. Ideally, if you can reproduce it with the sample project that ships with Soren, that would be helpful.

anashkevichp commented 1 year ago

had the same issue with 5.1.0 version installed. we call Siren.shared.wail() on both applicationWillEnterForeground and applicationDidBecomeActive. Alert shows for less than a second and then immediately closes. maybe calling wail() in two places causes this issue 🤷🏼‍♂️

anashkevichp commented 1 year ago

UPD: re-checked with the latest (low deployment target) version 5.8.1 and it works fine there. So I think issue might be closed & deleted.