What's New
- New UIKit Example App.
- Better SDK documentation. This is built from the ground up using DocC which means you view it directly in Xcode by selecting Product ▸ Build Documentation.
- New Pull Request and Bug Report templates for the repo.
- Added a setup file that installs GitHooks as well as SwiftLint if you don't already have it. This is located at
scripts/setup.sh
and can be run from anywhere. - Added a CONTIBUTING.md file for detailed instructions on how to get set up and contribute to the codebase.
- Added a Code of Conduct file to the repo.
- Added a CHANGELOG.md file.
- Removed the
TPInnAppReceipt
dependency for the SDK.
Fixes
- All readme links for the UIKit example app now work.
- Adds an
experiment
parameter toPaywallInfo
. This will be useful in the next version of Triggers, where you can see details about the experiment that triggered the presentation of the paywall. - When triggering or presenting a paywall, if the default value for
isPresented
wastrue
, the paywall would not present/trigger. It now works as expected.