eladb / Parse-NSCoding

iOS library for serializing Parse objects
MIT License
69 stars 25 forks source link

Switch to Parse 1.4 #22

Closed pronebird closed 10 years ago

pronebird commented 10 years ago

Using Parse+NSCoding with 1.4 is impossible because of conflict between new Parse library and deprecated Parse-iOS-SDK. I know there are some issues with new Parse SDK and NSCoding+Parse. I have tested it on saving and restoring custom subclasses and it works. So PFACL and PFObject seem to be fine. Even if there are some issues with PFFile that I cannot confirm, it would be still easier to fix things when we have working pod.

Related to #19

pronebird commented 10 years ago

Closing in favor of #17

npahucki commented 10 years ago

There ARE issues with PFFile - in fact I have fixed this in a pull request here: https://github.com/eladb/Parse-NSCoding/pull/17