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

Show update alert in UIViewController issue #401

Closed HadyHammad22 closed 2 years ago

HadyHammad22 commented 2 years ago

Try to call Siren.shared.wail() in UIViewController but has no action but it worked good when call it from AppDelegate

ArtSabintsev commented 2 years ago

Does it work in the sample app that comes with this library? If so, then the issue is with how you set it up in your app delegate and whatever else may be going on there.