Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/canopas/apple-sdk-go
Apple client services build with go
https://github.com/canopas/apple-sdk-go
apple apple-sdk go notifications sdk sign-in-with-apple verify-receipt
Last synced: about 1 month ago
JSON representation
Apple client services build with go
- Host: GitHub
- URL: https://github.com/canopas/apple-sdk-go
- Owner: canopas
- License: gpl-3.0
- Created: 2022-11-08T10:11:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T03:59:15.000Z (about 2 years ago)
- Last Synced: 2024-10-18T14:28:34.098Z (3 months ago)
- Topics: apple, apple-sdk, go, notifications, sdk, sign-in-with-apple, verify-receipt
- Language: Go
- Homepage:
- Size: 55.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apple-sdk-go
Apple sdk build with go```bash
import github.com/canopas/apple-sdk-go
```To use any apple service
```bash
import github.com/canopas/apple-sdk-go/
```## Services
- [SignIn](https://github.com/canopas/apple-sdk-go/blob/main/auth/README.md)
- [Appstore receipt verification](https://github.com/canopas/apple-sdk-go/blob/main/receipt/README.md)# License
This repository is licensed under GNU-v3.