Skip to content

Release 2.0.1 (iOS compilation error bugfix)

Compare
Choose a tag to compare
@sidiabale sidiabale released this 18 Nov 12:12
· 81 commits to master since this release

This releases fixes a compilation error in release 2.0 that occurred with iOS builds of CN1 apps that include parse4cn1 but do not invoke any method from the ParsePush class. The VM apparently erroneously considered this class as unused and stripped it out as explained here. That problem is now resolved.

For convenience, a version of parse4cn1 without push notification support will be released next to the one with push notification and/or ParseInstallation support from now on. This is because, push support requires Parse native Android and iOS SDK integration which bloats the cn1lib. For users who do not care about push, that overhead is unnecessary and is now avoidable.

Refer to release 2.0 for the (unchanged) binaries of the parse4cn1 test app for Android and Windows Phone which you can try out get a better feeling of how push works in parse4cn1.