PlayerIO

The fastest way to build online games without breaking a sweat.

Objective-C Client Reference

Multiplayer  class documentationClass PIOClient

Language: Objective-C

Access class to the various services.

Here are some examples on how to work with the client:

Methods

 
- (PIOAchievements*)
achievements
Access the Achievement service
- (PIOBigDB*)
bigDB
Access the BigDB service
- (NSString*)
connectUserId
Get the connectuserid of this client.
- (PIOErrorLog*)
errorLog
Access the Errorlog service
- (PIOGameFS*)
gameFS
Access the GameFS service
- (PIOGameRequests*)
gameRequests
Access the GameRequest service
- (BOOL)
isSocialNetworkUser
Get whether the user is a socialNetworkUser or not.
- (PIOMultiplayer*)
multiplayer
Access the Multiplayer service
- (PIONotifications*)
notifications
Access the Notifications service
- (PIOOneScore*)
oneScore
Access the OneScore service
- (PIOPayVault*)
payVault
Access the PayVault service
- (PIOPlayerInsight*)
playerInsight
Access the PlayerInsight service
- (BOOL)
showBranding
Get the showBranding of this client.
- (PIOYahoo*)
yahoo
Access the yahoo service

achievements

Access the Achievement service

Return Value

PIOAchievements*

bigDB

Access the BigDB service

Return Value

PIOBigDB*

connectUserId

Get the connectuserid of this client.

Return Value

NSString*

errorLog

Access the Errorlog service

Return Value

PIOErrorLog*

gameFS

Access the GameFS service

Return Value

PIOGameFS*

gameRequests

Access the GameRequest service

Return Value

PIOGameRequests*

isSocialNetworkUser

Get whether the user is a socialNetworkUser or not.

Return Value

BOOL

multiplayer

Access the Multiplayer service

Return Value

PIOMultiplayer*

notifications

Access the Notifications service

Return Value

PIONotifications*

oneScore

Access the OneScore service

Return Value

PIOOneScore*

payVault

Access the PayVault service

Return Value

PIOPayVault*

playerInsight

Access the PlayerInsight service

Return Value

PIOPlayerInsight*

showBranding

Get the showBranding of this client.

Return Value

BOOL

yahoo

Access the yahoo service

Return Value

PIOYahoo*