https://github.com/gini/health-sdk-ios
Release repo for Gini Health SDK
https://github.com/gini/health-sdk-ios
Last synced: 12 days ago
JSON representation
Release repo for Gini Health SDK
- Host: GitHub
- URL: https://github.com/gini/health-sdk-ios
- Owner: gini
- License: other
- Created: 2021-10-15T08:54:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-06-12T11:28:26.000Z (29 days ago)
- Last Synced: 2026-06-12T13:17:56.283Z (29 days ago)
- Language: Swift
- Size: 6.23 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gini Health SDK for iOS
[]()
[]()
[]()
[]()
The Gini Health SDK provides components for uploading, reviewing and analyzing photos of invoices and remittance slips.
By integrating this SDK into your application you can allow your users to easily upload a picture of a document, review it and get analysis results from the Gini backend, create a payment and send it to the prefferable payment provider.
## Documentation
Further documentation with installation, integration or customization guides can be found in our [website](https://developer.gini.net/gini-mobile-ios/GiniHealthSDK/index.html).
## Example apps
We are providing example app for Swift. This app demonstrates how to integrate the Gini Health SDK with the [Gini Capture SDK](https://gini.atlassian.net/wiki/spaces/ICSV/overview).
An example banking app is available in the [Gini Mobile iOS Monorepo](https://github.com/gini/gini-mobile-ios/tree/main/BankSDK/GiniBankSDKExample) repository.
To check the redirection to the Banking app please run Bank example before the Health example. You can use the same Gini Health API client credentials in the example banking app as in your app, if not otherwise specified.
To inject your API credentials into the Health and Bank example apps you need to fill in your credentials in [Credentials.plist](https://github.com/gini/gini-mobile-ios/blob/main/BankSDK/GiniBankSDKExample/GiniBankSDKExampleBank/Credentials.plist) and [CredentialsManager.swift](https://github.com/gini/gini-mobile-ios/blob/main/HealthSDK/GiniHealthSDKExample/GiniHealthSDKExample/CredentialsManager.swift), respectively.
## Requirements
- iOS 17+
- Xcode 26+
**Note:**
In order to have better analysis results it is highly recommended to enable only devices with 8MP camera and flash. These devices would be:
* iPhones with iOS 17 or higher.
* iPad Pro devices (iPad Air 2 and iPad Mini 4 have 8MP camera but no flash).
## Author
Gini GmbH, hello@gini.net
## License
The Gini Health SDK for iOS is licensed under a Private License. See [the license](https://developer.gini.net/gini-mobile-ios/GiniHealthSDK/license.html) for more info.
**Important:** Always make sure to ship all license notices and permissions with your application.