Parse SDK: Where can I find the version ID?

Where can I find the version number in the iOS Parse SDK and / or how can I get it in code?

+3


source to share


1 answer


Have a look at the PFConstants.h file or just do



NSLog(@"%@", PARSE_API_VERSION);

      

+2


source







All Articles