Instabug-iOS icon indicating copy to clipboard operation
Instabug-iOS copied to clipboard

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

Open kwstasna opened this issue 2 years ago • 5 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 avatar Aug 01 '22 10:08 kwstasna

@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

KerollosNabil avatar Aug 03 '22 08:08 KerollosNabil

@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'

KerollosNabil avatar Aug 07 '22 12:08 KerollosNabil

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 avatar Aug 07 '22 13:08 kwstasna

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

KerollosNabil avatar Aug 07 '22 13:08 KerollosNabil

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.

stale[bot] avatar Aug 14 '22 17:08 stale[bot]

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

EyadHeikal avatar Aug 15 '22 07:08 EyadHeikal