-
Notifications
You must be signed in to change notification settings - Fork 2
unixpickle/PSN-Access
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a simple set of functions for accessing your PlayStation Network account. You provide the PSNLogin() function with your username and password, and it tells you if your login succeeded. If so, you can get your friends list, and get the current game of anybody on your friends list. In future additions I am going to add: * The ability to check if your friends are "online" Instructions 1) Put #import "PSNAccess.h" to import the code. 2) use this code to login: PSNLogin(@"username", @"password") 3) get your friends list as follows: NSArray * friends = friendsList(fetchFriendList()); 4) get your friends current game like so: NSString * game = friendGame(friendInfo(friend)) With these easy function calls, what you are waiting for? Instant access to your friends PS3 usage is just a few characters away!
About
[OLD] A small Objective-C API for accessing your PSN friends list.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published