Reputation: 31
Where can I find the the version number in the Parse iOS SDK, and/or how can I retrieve it in code?
Upvotes: 3
Views: 629
Reputation: 416
Have a look at the PFConstants.h file or just do
NSLog(@"%@", PARSE_API_VERSION);
Upvotes: 2