Search Unity

iOS 11 Game Center Overlay Warning yowza!

Discussion in 'iOS and tvOS' started by PixelEnvision, Sep 20, 2017.

  1. PixelEnvision

    PixelEnvision

    Joined:
    Feb 7, 2012
    Posts:
    513
    Hi,

    I've noticed following warnings when coming back to game from Game Center overlay.

    on iOS 11
    Code (CSharp):
    1. [Error] yowza! restored status bar too many times!
    2. [Error] Extension request cancelled with error: Error Domain=NSExtensionErrorDomain Code=-2 "Extension cancelled by host." UserInfo={NSLocalizedDescription=Extension cancelled by host.}
    on TvOS 11
    Code (CSharp):
    1. [Error] Extension request cancelled with error: Error Domain=NSExtensionErrorDomain Code=-2 "Extension cancelled by host." UserInfo={NSLocalizedDescription=Extension cancelled by host.}
    Everything seems to work but I wanted share as I couldn't find any reference or mention of those warnings anywhere. I'm assuming those are new to iOS11.
     
  2. Squaresweets

    Squaresweets

    Joined:
    Jun 5, 2020
    Posts:
    2
    Did you ever sort this out?