iOS9 Gamecenter error “plugin com.apple.GameCenter

2019-07-11 21:15发布

问题:

Since the release of iOS 9, my app has now started to give me the error "plugin com.apple.GameCenterUI.GameCenterMatchmakerExtension invalidated" anytime a user interacts with the matchmaker viewcontroller such as dismissing the matchmaker viewcontroller or establishing a match. I have tried many different things I thought could solve the issue but have had no luck. Can someone please help me solve this issue? It is blocking me from continuing the development of my app on iOS 9.

回答1:

I get this error at the point in my game when the system is preparing for a voice chat session.

The GKVoiceChatService Class reference here shows the whole system deprecated.

However, you can access the same information via GKVoiceChat with no mention of deprecation. Maybe something is halfway to being deprecated.

I wonder whether they intend us to use a different system for chat?