Skip to content

Installation

Tenfay edited this page Jun 23, 2024 · 9 revisions

The preferred way for adding DYFStore to your project is using CocoaPods:

pod 'DYFStore'

Or

pod 'DYFStore', '~> 2.2.0'

This will add the DYFStore core to your project. DYFStore also provides reference implementations for Receipt verification and Transaction persistence.

If you don't want or can't use CocoaPods, you can simply copy the files you need from the DYFStore directory. The DYFStore core is a singleton class.

Clone this wiki locally