Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielsaidi/StoreKitPlus
StoreKitPlus is a Swift SDK that adds extra functionality for working with StoreKit 2, like extensions, observable state, services, etc.
https://github.com/danielsaidi/StoreKitPlus
ios macos storekit storekit2 swift tvos visionos watchos
Last synced: 17 days ago
JSON representation
StoreKitPlus is a Swift SDK that adds extra functionality for working with StoreKit 2, like extensions, observable state, services, etc.
- Host: GitHub
- URL: https://github.com/danielsaidi/StoreKitPlus
- Owner: danielsaidi
- License: mit
- Created: 2022-06-20T07:17:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T07:05:10.000Z (8 months ago)
- Last Synced: 2024-05-01T18:07:52.889Z (6 months ago)
- Topics: ios, macos, storekit, storekit2, swift, tvos, visionos, watchos
- Language: Swift
- Homepage:
- Size: 3.22 MB
- Stars: 63
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## About StoreKitPlus
StoreKitPlus is a Swift SDK that makes it easy to integrate with StoreKit 2.
StoreKitPlus has an observable ``StoreContext`` that lets you observe store state, services that let you fetch, purchase and sync products, as well as a ``ProductRepresentable`` protocol that lets you use local product representations in your app.
## Installation
StoreKitPlus can be installed with the Swift Package Manager:
```
https://github.com/danielsaidi/StoreKitPlus.git
```## Getting started
See the online [getting started guide][Getting-Started] for information on how to get started.
## Documentation
The online [documentation][Documentation] has more information, articles, code examples, etc.
## Support my work
You can [sponsor me][Sponsors] on GitHub Sponsors or [reach out][Email] for paid support, to help support my [open-source projects][OpenSource].
Your support makes it possible for me to put more work into these projects and make them the best they can be.
## Contact
Feel free to reach out if you have questions or if you want to contribute in any way:
* Website: [danielsaidi.com][Website]
* Mastodon: [@[email protected]][Mastodon]
* Twitter: [@danielsaidi][Twitter]
* E-mail: [[email protected]][Email]## License
StoreKitPlus is available under the MIT license. See the [LICENSE][License] file for more info.
[Email]: mailto:[email protected]
[Website]: https://danielsaidi.com
[GitHub]: https://github.com/danielsaidi
[Twitter]: https://twitter.com/danielsaidi
[Mastodon]: https://mastodon.social/@danielsaidi
[OpenSource]: https://danielsaidi.com/opensource
[Sponsors]: https://github.com/sponsors/danielsaidi[Documentation]: https://danielsaidi.github.io/StoreKitPlus
[Getting-Started]: https://danielsaidi.github.io/StoreKitPlus/documentation/storekitplus/getting-started[License]: https://github.com/danielsaidi/StoreKitPlus/blob/master/LICENSE