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

Screen turns black after calling wail() #335

Closed redryerye closed 4 years ago

redryerye commented 4 years ago

Overview

Screen turns into a black screen right after wail() is called, and will no longer be able to do anything on the app. Found out that screen turns black when determineIfAlertPresentationRulesAreSatisfied() is called in validate(). All looks fine until then.

Environment

Xcode 11.2.1 Issue occurred both on Simulator and actual device.

ArtSabintsev commented 4 years ago

Do you see the same issue in the sample app shipped with this repo?

redryerye commented 4 years ago

@ArtSabintsev No it works fine in the sample app

ArtSabintsev commented 4 years ago

Then the issue is something in how your app's launch sequence works, or wherever you integrated Siren. For that, I cannot really help without you building a sample app replicating the issue. Closing the issue until you do that (if you choose to do that).

dharmeshpatoliya commented 4 years ago

The same issue, Screen turns black even if commented your all app delegates methods in the sample app. tried in simulator and device too but the same issue occur

ArtSabintsev commented 4 years ago

Please open a new issue and follow the issue template there, as I require more info. Thank you!