Overview
The Encore SDK is a public Swift Package — updating is the standard Swift Package Manager flow, with no token or authenticated URL required.Update via Xcode
- In Xcode’s left sidebar, expand Package Dependencies
- Find and right-click the Encore package (resolved from
https://github.com/EncoreKit/ios-sdk) - Select Update Package
If your project still points at an old
https://www.github.com/... URL, update the package Location to https://github.com/EncoreKit/ios-sdk (Your Project → Package Dependencies → the Encore package → Location column). No token is needed.Verify the Update
After updating, check the package version in Xcode’s Package Dependencies to confirm you’re on the latest release.Updating to 1.4.57 or Later — Purchase Handler Return Value
Returntrue once the purchase succeeds so Encore auto-dismisses the offer sheet; return false (or throw) to keep it up so the user can retry. For example, with RevenueCat:
If you encounter issues after updating, reach out to admin@joinyaw.com.