Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Removes dependency on JSONModel, fixes callback on failure in registerToken, and include artifacts in build/release

Compare
Choose a tag to compare
@dontgitit dontgitit released this 23 Jun 04:58
· 93 commits to master since this release

Released on 2016-06-22

Added

  • now comes with compiled universal static library and public headers in the Artifacts directory

Changed

  • registerToken no longer checks the token to be 32 bytes/64 hex chars
  • JSONModel removed from project; no longer needs any outside libraries; some CommerceItem/trackPurchase APIs changed as a result of this
  • removed Pods integration

Fixed

  • registerToken now calls the failure handler if an invalid PushServicePlatform is passed in