-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slideup inapp message causes status bar to go black #105
Comments
Hey @ldiqual, Thanks for reporting the issue! Can I ask more questions for me to reproduce the issue?
Appboy's in-app messages are displayed within Appboy's UIWindow, and we don't implement Thanks, |
Hey @ldiqual, Are there any updates regarding the issue? Do you need more help or other information? Please let us know! Thanks, |
@Wenzhi Thanks for getting back to me!
Yes. I'm not sure what the proper fix is here, but maybe you could save the previous status bar style from the key window before presenting appboy's, and then revert it when the window goes away. You could also special case that if you detect the Let me know if you have any further questions. Thanks! |
@Wenzhi Any update on this? |
Hey @ldiqual, Sorry for the delay! We are currently looking into the issue and trying to find the best way to fix this. We will provide more information ASAP. Thanks, |
Hi @ldiqual, Thank you for your patience here! We are planning to expose our header file for the in-app message window view controller in our next release. You can then create a category to override our window view controller's We don't have a set release timeline yet, so if you need a solution sooner you can manually add Best, |
@TiffanyLu Thanks for following up! I think that would work. Let me know when the change goes out and I'll give it a try. Thanks! |
Hi @ldiqual, We just released iOS SDK version 2.29.1, which publicizes Best, |
I have run into this exact issue using an all swift (4.0) project. I have tried creating an extension, as an alternative to categories, but my overridden methods were not called. Is there another workaround that you can suggest without adding a category? @TiffanyLu |
Report
Describe your environment.
What did you do?
What did you expect to happen?
What happened instead?
Steps to reproduce
.lightContent
as the preferred status bar styleCode Snippet
N/A
Are you doing any feature customizations that may relate to the issue? Can you share the code snippet?
No
Project that demonstrates the issue
N/A
With Notification up
Without notification
The text was updated successfully, but these errors were encountered: