gamekit
Connecting a client to a server using GKSession
What is the proper way to connect two apps using GKSession, where one acts as a GKSessionModeClient and one as a GKSessionModeServer?[详细]
2023-01-23 19:56 分类:问答Game Center API + In-App Purchases API = Two different user accounts for a single app?
If I have an app that supports Game Center and I\'d like to provide Achievements for completing a puzzle pack that\'s sold as an in-app purchase, how do I sync the iTunes account that\'s being charged[详细]
2023-01-22 03:17 分类:问答Definitive answer to what playersToInvite is for
The Game Center documentation indicates that the playersToInvite parameter is non-nil when your application is launched[详细]
2023-01-20 20:38 分类:问答How to save and retry reporting GKAchievement's after network failure?
Apple states that if you want to report a GKAchievement but you get a network error, the best way to handle this is to save the GKAchievement (possibly adding it to an array), then periodically attemp[详细]
2023-01-20 10:02 分类:问答GameCenter - handling incoming calls etc
What would you do in the following scenario: When implementing a multiplayer game, you use GKMatchmaker to find players.[详细]
2023-01-20 08:04 分类:问答Why does the new iOS GameKit split between delegates and blocks?
It could be that recent revisions to GameKit 开发者_运维问答are simply a tech demo for blocks. Or, that the \"on return\" functionality of certain GameKit APIs is just too inconsequential to deserve a[详细]
2023-01-20 06:03 分类:问答iPhone GameKit: Communication with Sandbox - GKErrorDomain Code 3
Anyone has any experience with GameKit GKErrorDomain Code 3? I receive the error message when I try to upload a score to a leaderboard in the Sandbox. The iOS reference library just says that Indicate[详细]
2023-01-19 23:18 分类:问答GameCenter - taking into consideration in-app purchases
It looks to me like Apple was in a bit of a hurry to implement GameCenter. Maybe I am overlooking something.[详细]
2023-01-19 10:56 分类:问答GameKit Notification when user change
i\'ve some problem with game kit. All work fine, the olny problem is the changement of user logged. I want to know when the user signout or change account in gamecenter when my app is running.[详细]
2023-01-17 06:51 分类:问答How do I get a GKPlayer's status from Game Center?
When I get a GKLocalPlayer or use loadPlayersForIdentifiers:identifiers withCompletionHandler: to get a list or individual GKPlayer aliases, the GKPlayer object when logged, looks something like this:[详细]
2023-01-17 03:41 分类:问答
加载中,请稍侯......