Paul Wilkinson

2pods

Seam3

Seam3 is a framework built to bridge gaps between CoreData and CloudKit. It handles almost all of the CloudKit hassle. All you have to do is use it as a store type for your CoreData store. Local caching and sync is taken care of. It builds and exposes different features to facilitate and give control to the developer where it is demanded and required.

Seam3 is based on Seam by nofelmahmood

Changes in Seam3 include:

  • Corrects one-to-many and many-to-one relationship mapping between CoreData and CloudKit
  • Adds mapping between binary attributes in CoreData and CKAssets in CloudKit
  • Code updates for Swift 3.0
  • Restructures code to eliminate the use of global variables

License: NOASSERTION

  • Swift

SubscriptionMonitor

SubscriptionMonitor automates the tasks required to validate in-app purchase receipts for auto-renewing subscriptions. It will periodically refresh the application receipt and validate it against your server. It will then deliver an NSNotification (and optionally invoke a closure) to let your app know that the receipt has been refreshed and that it should check for changes in subscriptions.

License: MIT

  • Swift