Open AppKidd opened 4 years ago
@Appkidd Sorry, I just saw your message. We are still experiencing this issue and it was shortly fixed. I have added a new video reporting the bug in the latest release.
https://forum.intercom.com/s/question/0D52G000050ZWBISA4/ios-status-bar-color-bug
The only workaround is to call Intercom.logout()
when your app starts or call Intercom.registerUser()
only when you will use the library and Intercom.logout()
as soon as possible. I will keep it there forever because they don't move.
@Appkidd Please try to add setupIntercom()
in the definition below:
func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
// Start window and view controller...
Intercom.setApiKey(INTERCOM_API_KEY, forAppId: INTERCOM_APP_ID)
}
In you AppDelegate
:
if #available(iOS 13.0, *) { } else {
Intercom.setApiKey(INTERCOM_API_KEY, forAppId: INTERCOM_APP_ID)
}
@Appkidd This didn't sort the issue. This is out of hand.
@ppamorim Hi. Sorry for the slow reply. We dropped support for Intercom as we were experiencing too many issues across all platforms. Thanks for taking the time to try and solve though.
@Appkidd You are lucky!
Sorry to abuse Issues. Did you manage to resolve this at all? Experiencing the same issue here.