https://github.com/russell-archer/storekithelper
StoreKitHelper for StoreKit2 and iOS 18
https://github.com/russell-archer/storekithelper
ios18 storekit-wrapper storekit2 swift6 swiftui
Last synced: 2 months ago
JSON representation
StoreKitHelper for StoreKit2 and iOS 18
- Host: GitHub
- URL: https://github.com/russell-archer/storekithelper
- Owner: russell-archer
- License: mit
- Created: 2024-07-12T15:25:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T15:38:41.000Z (10 months ago)
- Last Synced: 2025-01-18T05:35:44.571Z (4 months ago)
- Topics: ios18, storekit-wrapper, storekit2, swift6, swiftui
- Language: Swift
- Homepage:
- Size: 7.67 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# StoreKitHelper

StorekitHelper is a lightweight helper for working with StoreKit2 in Xcode 16. It's based on work done previously in [StoreHelper](https://github.com/russell-archer/StoreHelper).
It is current in a very early stage work-in-progress state.## License
MIT license, copyright (c) 2024 Russell Archer. This software is provided "as-is"
without warranty and may be freely used, copied, modified and redistributed, including
as part of commercial software.See [License](https://russell-archer.github.io/StoreKitHelper/documentation/StoreKitHelper/license) for details.
## Requirements
`StoreKitHelper` uses Apple's `StoreKit2`, which requires **iOS 15 - 18**, **macOS 12 - 15** and **Xcode 13 - 16**.