Instabug / Instabug-iOS

In-app feedback and bug reporting tool for apps.

Home Page:https://instabug.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status Bar Style doesn't change while Instabug w/ Floating Button is on

kwstasna opened this issue · comments

Steps to Reproduce the Problem

Following this Apple Developer Guide here Section: Set a style for each view controller

Run the project without Instabug -> Working as expected.

Run the project with Instabug -> Status Bar Bug detected.

Expected Behavior

I would expect the status bar style to change reflecting my preferences.

Actual Behavior

Changing the Status Bar Style doesn't affect our preferences, but it remains .blackContent

Instabug integration code

    Instabug.start(
        withToken: betaToken,
        invocationEvents: [.floatingButton]
    )
    Instabug.reproStepsMode = .enable

SDK Version

Instabug (11.0.3)

iOS Version

15.2

Device Model

Simulator && Device

Project That Reproduces the Issue

https://github.com/kwstasna/StatusBarInstabugBug

@kwstasna we have figured out the bug and we are working on fixing it and will notify you once we fix it
and thank you for your helpful contribution to finding the bug

@kwstasna we are sorry for the late and we thank you for your contribution
here is a custom build that have the fix for this issue
pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/fix-statusBar_prefered_theme_bug/Instabug.podspec'

Thanks a lot for this one, is there by any chance any ETA for this to be merged in the newest version ? We are not so fun of specific branches 😁

@kwstasna let me check with the team and get back to you

commented

This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.

@kwstasna This will be merged into the next version to be released on September 4th.