ppamorim / t-pro-intercom-bug

0 stars 0 forks source link

Update #1

Open AppKidd opened 4 years ago

AppKidd commented 4 years ago

Sorry to abuse Issues. Did you manage to resolve this at all? Experiencing the same issue here.

ppamorim commented 3 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.

ppamorim commented 3 years ago

@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)
}
ppamorim commented 3 years ago

@Appkidd This didn't sort the issue. This is out of hand.

AppKidd commented 3 years ago

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

ppamorim commented 3 years ago

@Appkidd You are lucky!