Swiftpack.co - Swift Packages by gini

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by gini

gini/bank-sdk-ios 3.1.1
Release repo for Gini Bank SDK for iOS
⭐️ 1
πŸ•“ 1 week ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3.1.1
1 week ago
- Uses [Gini Bank API Library 3.1.0](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.0). - Uses [Gini Capture SDK 3.1.1](https://github.com/gini/capture-sdk-ios/releases/tag/3.1.1). Features and improvements: - Allows setting a path for custom domains. For example if you need all requests to go through a proxy at `https://custom.domain.com/custom/path` you can pass `/custom/path` to the `path` parameter when setting a custom api domain: ```swift let viewController = GiniBank.viewController(withClient: client, configuration: configuration, resultsDelegate: self, api: .custom(domain: "custom.domain.com", path: "/custom/path"), tokenSource: CustomTokenSource())) ```
1.15.0
1 week ago
- Uses [Gini Bank API Library 1.6.0](https://github.com/gini/bank-api-library-ios/releases/tag/1.6.0) - Uses [Gini Capture SDK 1.13.0](https://github.com/gini/capture-sdk-ios/releases/tag/1.13.0). ## Bug fixes and improvements Added customizable background color for all helps screens (Help menu, Supported formats, Capturing tips, Open with tutorial) via dedicated `GiniBankConfiguration` options. You can view how to customize those screens [here](https://developer.gini.net/gini-mobile-ios/GiniBankSDK/1.15.0/customization-guide.html#help-screen).
3.1.0
2 weeks ago
## Documentation You can find the documentation for this version [here](https://developer.gini.net/gini-mobile-ios/GiniBankSDK/3.1.0/index.html). ## Bug fixes and improvements - Shows a dedicated no results screen when QR code scanning did not return any payment relevant information. You can view this screen and how it's customized [here](https://developer.gini.net/gini-mobile-android/capture-sdk/sdk/3.1.0/html/customization-guide.html#no-results-screen). - Texts on the camera screen are updated if QR code scanning is disabled. You can view the new string resources for the camera screen [here](https://developer.gini.net/gini-mobile-ios/GiniBankSDK/3.1.0/customization-guide.html#no-result-screen). - Fixes layout issues on the camera access and camera screens when using large font sizes. - Fixes crash when QR Code was detected and user clicks "Cancel". - Fixes QR Code detection when QR contains parameters with whitespaces. - Fixes layout issues on the return assistant's digital invoice edit article screen and digital invoice overview screen when using large font sizes. ## Dependencies - Uses [Gini Bank API Library 3.0.0](https://github.com/gini/bank-api-library-ios/releases/tag/3.0.0) - Uses [Gini Capture SDK 3.1.0](https://github.com/gini/capture-sdk-ios/releases/tag/3.1.0) ## Example app improvements: - Adds accessibility support for the result screen
7 weeks ago
- Uses [Gini Bank API Library 1.6.0](https://github.com/gini/bank-api-library-ios/releases/tag/1.6.0). - Uses [Gini Capture SDK 1.12.0](https://github.com/gini/capture-sdk-ios/releases/tag/1.12.0). Features and improvements: - Allows setting a path for custom domains. For example if you need all requests to go through a proxy at `https://custom.domain.com/custom/path` you can pass `/custom/path` to the path parameter when setting a custom api domain: ```swift let viewController = GiniBank.viewController(withClient: client, configuration: configuration, resultsDelegate: self, api: .custom(domain: "custom.domain.com", path: "/custom/path"), tokenSource: CustomTokenSource())) ```
3.0.0
7 weeks ago
In version **3.0.0** we modernized our UI and improved the UI customization options to be more flexible and simpler to use. In addition, we also made integration faster by unifying the public API of the SDK. - New UI - All screens have a modern look and feel with support for dark and light modes. - More flexibility to customize the user interface via global customization options and injection of certain UI elements to freely customize predefined areas of the UI (for example navigation bars, onboarding illustrations, or activity indicators). - Built-in accessibility standards. For example, reading a screen aloud or increasing font sizes, or zooming into the invoices. - New Features - You can enable the bottom navigation bars. Functionality from the top navigation bar will be moved there and you can fully customize them via UI injection. - You can launch the SDK for scanning payment QR codes. In this mode, the UI is optimized for QR code scanning and other features are disabled. - Streamlined QR code scanning UI/UX. Users are presented with quick feedback about detected QR codes. If a QR code is valid the SDK will automatically extract the payment information. - Improved UI/UX for error handling. In case of errors users will be presented with error details and they can choose between retaking the pictures or proceeding with manual entry of payment information. - Improved UI/UX for handling empty results. If no relevant payment information could be extracted users will be shown tips on how to get better results. As with the error handling users will be able to choose between retaking the pictures or proceeding with the manual entry of payment information. - Easier feedback sending by passing all values except the one for the amount as strings when cleaning up the SDK after the user has executed the transaction. - Comprehensive [Migration Guide](https://developer.gini.net/gini-mobile-ios/GiniBankSDK/3.0.0/migration-to-version-3xx.html). Read how to update to version 3.0.0 and learn more about the new features. - Uses [Gini Capture SDK 3.0.0](https://github.com/gini/capture-sdk-ios/releases/tag/3.0.0). - Uses [Gini Bank API Library 3.0.0](https://github.com/gini/bank-api-library-ios/releases/tag/3.0.0).
8 weeks ago
- Uses [Gini Bank API Library 1.5.0](https://github.com/gini/bank-api-library-ios/releases/tag/1.5.0) - Uses [Gini Capture SDK 1.11.1](https://github.com/gini/capture-sdk-ios/releases/tag/1.11.1). Features and improvements: - Fixes the camera preview's aspect ratio on the camera screen to prevent it from being stretched vertically. - Fixes detection of EPC069-12 payment QR codes.
3.0.0-beta07
10 weeks ago
## Documentation: - [Documentation](https://developer.gini.net/gini-mobile-ios/GiniBankSDK/3.0.0-beta06/index.html) is in progress, the full version is coming soon πŸ“ ## Bug fixes and improvements: - Add haptic feedback if a QR code scan was detected - Add accessibility support for the top navigation bar - Provide customization options: title or icon for the cancel, help, back, and done buttons. (Update in the documentation will follow with the next release) - Fix number formatting for the price value on the return assistant's digital invoice overview screen - Update UI, add accessibility support, allow the UI customization for the return assistant's digital invoice edit article screen ## Dependencies: - Uses Gini Bank API Library [3.0.0-beta07](https://github.com/gini/bank-api-library-ios/releases/tag/3.0.0-beta07) - Uses Gini Capture SDK [3.0.0-beta07](https://github.com/gini/capture-sdk-ios/releases/tag/3.0.0-beta07)
3.0.0-beta06
12 weeks ago
## Documentation: - [Documentation](https://developer.gini.net/gini-mobile-ios/GiniBankSDK/3.0.0-beta06/index.html) is in progress, the full version is coming soon πŸ“ ## Bug fixes and improvements: - Remove the bottom navigation bar from the error screen and no results screen - Update camera frame orientation in landscape mode (iPad only) - Show an error dialog when the user imports more than 1 PDF - Fix the bottom navigation bar color when no camera access view is shown - Allow implement bottom navigation for the return assistant's overview screen - Update UI for the return reasons picker ## Dependencies: - Uses Gini Bank API Library [3.0.0-beta06](https://github.com/gini/bank-api-library-ios/releases/tag/3.0.0-beta06) - Uses Gini Capture SDK [3.0.0-beta06](https://github.com/gini/capture-sdk-ios/releases/tag/3.0.0-beta06)
14 weeks ago
## Documentation: - [Documentation](https://developer.gini.net/gini-mobile-ios/GiniBankSDK/3.0.0-beta05/index.html) is in progress, the full version is coming soon πŸ“ ## Bug fixes and improvements: - Improve gallery screen accessibility. - Fix image cropping. - Hide help button when in QR code scanning only mode. - Update photo tips help screen layout. - Update error screen icons. - Fix status bar text color. - Update UI of the return assistant's onboarding screen. - Update UI of the return assistant's help screen. ## Dependencies: - Uses Gini Bank API Library [3.0.0-beta05](https://github.com/gini/bank-api-library-ios/releases/tag/3.0.0-beta05) - Uses Gini Capture SDK [3.0.0-beta05](https://github.com/gini/capture-sdk-ios/releases/tag/3.0.0-beta05)
14 weeks ago
- Uses [Gini Bank API Library 1.5.0](https://github.com/gini/bank-api-library-ios/releases/tag/1.5.0) - Uses [Gini Capture SDK 1.11.0](https://github.com/gini/capture-sdk-ios/releases/tag/1.11.0). Features and improvements: - Adds `candidates` property to `AnalysisResult`. This allows retrieving the extraction candidates. To learn more about extraction candidates please visit our [API documentation](https://pay-api.gini.net/documentation/#available-extraction-candidates). Minor breaking change: - Affects clients who use a custom `GiniCaptureNetworkService` implementation: the `ExtractionResult` initializer has a new `candidates` parameter now. If your backend sends you the extraction candidates then please pass them to the new parameter. If not, then simply pass in an empty map `[:]`.
iOS
gini/health-api-library-pinning-ios 1.2.2
Release repo for Gini Health API Library Pinning
⭐️ 0
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.2.2
1 year ago
* Uses Gini Health API Library version [1.2.2](https://github.com/gini/health-api-library-ios/releases/tag/1.2.2)
1.2.1
1 year ago
* Fix API versions after `health-api.gini.net` version 3 migration.
1.2.0
1 year ago
* Switches to version 3 of the [Gini Health API](https://health-api.gini.net/documentation/v3/#gini-health-api-documentation-v3-0) from the [Gini Pay API](https://pay-api.gini.net/documentation/#gini-pay-api-documentation-v1-0). The Gini Health API v3 includes the payment request creation-related endpoints from the Gini Pay API. Endpoints related to resolving payment requests were removed. ## Migrate from the previous version **Note:** In case you are migrating from the old [Gini Pay API Library](https://github.com/gini/gini-pay-api-lib-ios) please take a look at this [migration guide](https://developer.gini.net/gini-mobile-ios/GiniBankAPILibrary/migration-guide.html) first. The location of the payment extractions has moved to the compound extractions. Also, the label names are now in snake case ([see "payment" compound extraction in the Health API docs](https://health-api.gini.net/documentation/v3/#available-compound-extractions)). Your pinning configuration should have `health-api.gini.net` among kTSKPinnedDomains instead of `pay-api.gini.net`.
1.1.0
1 year ago
Release notes: * Adds colors and icon for a payment provider.
1.0.0
1 year ago
This library supersedes the [Gini Pay API Library](https://github.com/gini/gini-pay-api-lib-ios) which won't be developed further. Migrating from the latest version of the Gini Pay API Library entails only a few steps which you can find in this [migration guide](https://developer.gini.net/gini-mobile-ios/GiniHealthAPILibrary/migration-guide.html).
iOS
gini/bank-sdk-pinning-ios 3.1.1
Release repo for Gini Bank SDK Pinning for iOS
⭐️ 0
πŸ•“ 1 week ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3.1.1
1 week ago
- Uses [Gini Bank SDK 3.1.1](https://github.com/gini/bank-sdk-ios/releases/tag/3.1.1)
1.15.0
1 week ago
* Uses [Gini Bank SDK 1.15.0](https://github.com/gini/bank-sdk-ios/releases/tag/1.15.0).
3.1.0
2 weeks ago
- Uses [Gini Bank SDK 3.1.0](https://github.com/gini/bank-sdk-ios/releases/tag/3.1.0)
7 weeks ago
* Uses [Gini Bank SDK 1.14.0](https://github.com/gini/bank-sdk-ios/releases/tag/1.14.0).
3.0.0
7 weeks ago
* Uses [Gini Bank SDK 3.0.0](https://github.com/gini/bank-sdk-ios/releases/tag/3.0.0).
8 weeks ago
* Uses [Gini Bank SDK 1.13.1](https://github.com/gini/bank-sdk-ios/releases/tag/1.13.1).
3.0.0-beta07
10 weeks ago
* Uses [Gini Bank SDK 3.0.0-beta07](https://github.com/gini/bank-sdk-ios/releases/tag/3.0.0-beta07).
3.0.0-beta06
12 weeks ago
* Uses [Gini Bank SDK 3.0.0-beta06](https://github.com/gini/bank-sdk-ios/releases/tag/3.0.0-beta06).
14 weeks ago
* Uses [Gini Bank SDK 3.0.0-beta05](https://github.com/gini/bank-sdk-ios/releases/tag/3.0.0-beta05).
14 weeks ago
* Uses [Gini Bank SDK 1.13.0](https://github.com/gini/bank-sdk-ios/releases/tag/1.13.0).
iOS
gini/capture-sdk-ios 3.1.1
Release repo for Gini Capture SDK for iOS
⭐️ 0
πŸ•“ 1 week ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3.1.1
1 week ago
- Uses [Gini Bank API Library 3.1.0](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.0) ## Features and improvements: - Allows setting a path for custom domains. For example if you need all requests to go through a proxy at `https://custom.domain.com/custom/path` you can pass `/custom/path` to the `path` parameter when setting a custom api domain: ```swift let viewController = GiniCapture.viewController(withClient: client, configuration: configuration, resultsDelegate: self, api: .custom(domain: "custom.domain.com", path: "/custom/path"), tokenSource: CustomTokenSource())) ```
1.13.0
1 week ago
- Uses [Gini Bank API Library 1.6.0](https://github.com/gini/bank-api-library-ios/releases/tag/1.6.0) ## Bug fixes and improvements Added customizable background color for all helps screens (Help menu, Supported formats, Capturing tips, Open with tutorial) via dedicated `GiniConfiguration` options. You can view how to customize those screens [here](https://developer.gini.net/gini-mobile-ios/GiniCaptureSDK/1.13.0/customization-guide.html#help-screen#help-screens).
3.1.0
2 weeks ago
## Documentation You can find the documentation for this version [here](https://developer.gini.net/gini-mobile-ios/GiniCaptureSDK/3.1.0/index.html). ## Bug fixes and improvements - Shows a dedicated no results screen when QR code scanning did not return any payment relevant information. You can view this screen and how it's customized [here](https://developer.gini.net/gini-mobile-android/capture-sdk/sdk/3.1.0/html/customization-guide.html#no-results-screen). - Texts on the camera screen are updated if QR code scanning is disabled. You can view the new string resources for the camera screen [here](https://developer.gini.net/gini-mobile-ios/GiniBankSDK/3.1.0/customization-guide.html#no-result-screen). - Fixes layout issues on the camera access and camera screens when using large font sizes. - Fixes crash when QR Code was detected and user clicks "Cancel". - Fixes QR Code detection when QR contains parameters with whitespaces. ## Dependencies - Uses [Gini Bank API Library 3.0.0](https://github.com/gini/bank-api-library-ios/releases/tag/3.0.0) ## Example app improvements: - Adds accessibility support for the result screen
7 weeks ago
- Uses [Gini Bank API Library 1.6.0](https://github.com/gini/bank-api-library-ios/releases/tag/1.6.0) ## Features and improvements: - Allows setting a path for custom domains. For example if you need all requests to go through a proxy at `https://custom.domain.com/custom/path` you can pass `/custom/path` to the path parameter when setting a custom api domain: ```swift let viewController = GiniCapture.viewController(withClient: client, configuration: configuration, resultsDelegate: self, api: .custom(domain: "custom.domain.com", path: "/custom/path"), tokenSource: CustomTokenSource())) ```
3.0.0
7 weeks ago
In version **3.0.0** we modernized our UI and improved the UI customization options to be more flexible and simpler to use. In addition, we also made integration faster by unifying the public API of the SDK. - New UI - Better customer experience with a focus on the banking app users. - All screens have a modern look and feel with support for dark and light modes. - More flexibility to customize the user interface via global customization options and injection of certain UI elements to freely customize predefined areas of the UI (for example navigation bars, onboarding illustrations, or activity indicators). - Built-in accessibility standards. For example, reading a screen aloud or increasing font sizes, or zooming into the invoices. - New Features - You can enable the bottom navigation bars. Functionality from the top navigation bar will be moved there and you can fully customize them via UI injection. - You can launch the SDK for scanning payment QR codes. In this mode, the UI is optimized for QR code scanning and other features are disabled. - Streamlined QR code scanning UI/UX. Users are presented with quick feedback about detected QR codes. If a QR code is valid the SDK will automatically extract the payment information. - Improved UI/UX for error handling. In case of errors users will be presented with error details and they can choose between retaking the pictures or proceeding with manual entry of payment information. - Improved UI/UX for handling empty results. If no relevant payment information could be extracted users will be shown tips on how to get better results. As with the error handling users will be able to choose between retaking the pictures or proceeding with the manual entry of payment information. - Easier feedback sending by passing all values except the one for the amount as strings when cleaning up the SDK after the user has executed the transaction. - Comprehensive [Migration Guide](https://developer.gini.net/gini-mobile-ios/GiniCaptureSDK/3.0.0/migration-to-version-3xx.html). Read how to update to version 3.0.0 and learn more about the new features. - Uses [Gini Bank API Library 3.0.0](https://github.com/gini/bank-api-library-ios/releases/tag/3.0.0)
8 weeks ago
- Uses [Gini Bank API Library 1.5.0](https://github.com/gini/bank-api-library-ios/releases/tag/1.5.0) Features and improvements: - Fixes the camera preview's aspect ratio on the camera screen to prevent it from being stretched vertically. - Fixes detection of EPC069-12 payment QR codes.
3.0.0-beta07
10 weeks ago
## Documentation: - [Documentation](https://developer.gini.net/gini-mobile-ios/GiniCaptureSDK/3.0.0-beta06/index.html) is ready πŸŽ‰ ## Bug fixes and improvements: - Add haptic feedback if a QR code scan was detected - Add accessibility support for the top navigation bar - Provide customization options: title or icon for the cancel, help, back, and done buttons. (Update in the documentation will follow with the next release)
3.0.0-beta06
12 weeks ago
## Documentation: - [Documentation](https://developer.gini.net/gini-mobile-ios/GiniCaptureSDK/3.0.0-beta06/index.html) is in progress, the full version is coming soon πŸ“ ## Bug fixes and improvements: - Remove the bottom navigation bar from the error screen and no results screen - Update camera frame orientation in landscape mode (iPad only) - Show an error dialog when the user imports more than 1 PDF - Fix the bottom navigation bar color when no camera access view is shown
14 weeks ago
## Documentation: - [Documentation](https://developer.gini.net/gini-mobile-ios/GiniCaptureSDK/3.0.0-beta05/index.html) is in progress, the full version is coming soon πŸ“ ## Bug fixes and improvements: - Improve gallery screen accessibility. - Fix image cropping. - Hide help button when in QR code scanning only mode. - Update photo tips help screen layout. - Update error screen icons. - Fix status bar text color
14 weeks ago
- Uses [GiniBankAPILibrary 1.5.0](https://github.com/gini/bank-api-library-ios/releases/tag/1.5.0). Features and improvements: - Adds `candidates` property to `AnalysisResult`. This allows retrieving the extraction candidates. To learn more about extraction candidates please visit our [API documentation](https://pay-api.gini.net/documentation/#available-extraction-candidates). Minor breaking change: - Affects clients who use a custom `GiniCaptureNetworkService` implementation: the `ExtractionResult` initialiser has a new `candidates` parameter now. If your backend sends you the extraction candidates then please pass them to the new parameter. If not, then simply pass in an empty map `[:]`.
iOS
gini/bank-api-library-ios 3.1.0
Release repo for GiniBankAPILibrary for iOS
⭐️ 0
πŸ•“ 1 week ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3.1.0
1 week ago
- Allows setting a path for custom domains. For example if you need all requests to go through a proxy at `https://custom.domain.com/custom/path` you can pass `/custom/path` to the `path` parameter when setting a custom api domain: ```swift let bankAPI = GiniBankAPI.Builder(client: Client(id: "", secret: "", domain: ""), api: .custom(domain: "custom.domain.com", path: "/custom/path", tokenSource: CustomTokenSource())) ``` - Added public initialiser for `Payment`
7 weeks ago
- Allows setting a path for custom domains. For example if you need all requests to go through a proxy at `https://custom.domain.com/custom/path` you can pass `/custom/path` to the path parameter when setting a custom api domain: ```swift let bankAPI = GiniBankAPI.Builder(client: Client(id: "", secret: "", domain: ""), api: .custom(domain: "custom.domain.com", path: "/custom/path", tokenSource: CustomTokenSource())) ```
3.0.0
7 weeks ago
- Version bump only to be in sync with Gini Capture SDK and Gini Bank SDK.
3.0.0-beta07
10 weeks ago
- Version bump only to be in sync with Gini Capture SDK and Gini Bank SDK.
3.0.0-beta06
12 weeks ago
- Version bump only to be in sync with Gini Capture SDK and Gini Bank SDK.
14 weeks ago
- Version bump only to be in sync with Gini Capture SDK and Gini Bank SDK.
14 weeks ago
* Add `candidates` property to `ExtractionResult`. This allows retrieving the extraction candidates. To learn more about extraction candidates please visit our [API documentation](https://pay-api.gini.net/documentation/#available-extraction-candidates).
3.0.0-beta04
16 weeks ago
- Version bump only to be in sync with Gini Capture SDK and Gini Bank SDK.
3.0.0-beta03
18 weeks ago
- Version bump only to be in sync with Gini Capture SDK and Gini Bank SDK.
3.0.0-beta02
20 weeks ago
- Version bump only to be in sync with Gini Capture SDK and Gini Bank SDK.
iOS
gini/bank-api-library-pinning-ios 3.1.0
Release repo for GiniBankAPILibraryPinning for iOS
⭐️ 0
πŸ•“ 1 week ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3.1.0
1 week ago
* Uses [Gini Bank API Library 3.1.0](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.0).
7 weeks ago
* Uses [Gini Bank API Library 1.6.0](https://github.com/gini/bank-api-library-ios/releases/tag/1.6.0).
3.0.0
7 weeks ago
- Uses [GiniBankAPILibrary 3.0.0](https://github.com/gini/bank-api-library-ios/releases/tag/3.0.0)
3.0.0-beta07
10 weeks ago
- Version bump only to be in sync with Gini Capture SDK and Gini Bank SDK.
3.0.0-beta06
12 weeks ago
- Version bump only to be in sync with Gini Capture SDK and Gini Bank SDK.
14 weeks ago
- Version bump only to be in sync with Gini Capture SDK and Gini Bank SDK.
14 weeks ago
- Uses [GiniBankAPILibrary 1.5.0](https://github.com/gini/bank-api-library-ios/releases/tag/1.5.0)
16 weeks ago
- Uses [Gini Bank API Library 3.0.0-beta04](https://github.com/gini/bank-api-library-ios/releases/tag/3.0.0-beta04)
18 weeks ago
- Uses [Gini Bank API Library 3.0.0-beta03](https://github.com/gini/bank-api-library-ios/releases/tag/3.0.0-beta03)
20 weeks ago
- Uses [Gini Bank API Library 3.0.0-beta02](https://github.com/gini/bank-api-library-ios/releases/tag/3.0.0-beta02)
iOS
gini/health-api-library-ios 1.2.2
Release repo for Gini Health API Library
⭐️ 0
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.2.2
1 year ago
- Replace precondition failure -> assertion failure to avoid potential production crashes.
1.2.1
1 year ago
* Fix API versions after `health-api.gini.net` version 3 migration.
1.2.0
1 year ago
* Switches to version 3 of the [Gini Health API](https://health-api.gini.net/documentation/v3/#gini-health-api-documentation-v3-0) from the [Gini Pay API](https://pay-api.gini.net/documentation/#gini-pay-api-documentation-v1-0). The Gini Health API v3 includes the payment request creation-related endpoints from the Gini Pay API. Endpoints related to resolving payment requests were removed. ## Migrate from the previous version **Note:** In case you are migrating from the old [Gini Pay API Library](https://github.com/gini/gini-pay-api-lib-ios) please take a look at this [migration guide](https://developer.gini.net/gini-mobile-ios/GiniBankAPILibrary/migration-guide.html) first. The location of the payment extractions has moved to the compound extractions. Also, the label names are now in snake case ([see "payment" compound extraction in the Health API docs](https://health-api.gini.net/documentation/v3/#available-compound-extractions)).
1.1.0
1 year ago
Release notes: * Adds colors and icon for a payment provider.
1.0.0
1 year ago
This library supersedes the [Gini Pay API Library](https://github.com/gini/gini-pay-api-lib-ios) which won't be developed further. Migrating from the latest version of the Gini Pay API Library entails only a few steps which you can find in this [migration guide](https://developer.gini.net/gini-mobile-ios/GiniHealthAPILibrary/migration-guide.html).
iOS
gini/capture-sdk-pinning-ios 3.1.1
Release repo for Gini Capture SDK Pinning for iOS
⭐️ 0
πŸ•“ 1 week ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3.1.1
1 week ago
Uses [Gini Capture SDK 3.1.1](https://github.com/gini/capture-sdk-ios/releases/tag/3.1.1)
1.13.0
1 week ago
* Uses [Gini Capture SDK 1.13.0](https://github.com/gini/capture-sdk-ios/releases/tag/1.13.0).
3.1.0
2 weeks ago
Uses [Gini Capture SDK 3.1.0](https://github.com/gini/capture-sdk-ios/releases/tag/3.1.0)
7 weeks ago
* Uses [Gini Capture SDK 1.12.0](https://github.com/gini/capture-sdk-ios/releases/tag/1.12.0).
3.0.0
7 weeks ago
* Uses [Gini Capture SDK 3.0.0](https://github.com/gini/capture-sdk-ios/releases/tag/3.0.0).
8 weeks ago
* Uses [Gini Capture SDK 1.11.1](https://github.com/gini/capture-sdk-ios/releases/tag/1.11.1).
3.0.0-beta07
10 weeks ago
* Uses [Gini Capture SDK 3.0.0-beta07](https://github.com/gini/capture-sdk-ios/releases/tag/3.0.0-beta07).
3.0.0-beta06
12 weeks ago
* Uses [Gini Capture SDK 3.0.0-beta06](https://github.com/gini/capture-sdk-ios/releases/tag/3.0.0-beta06).
14 weeks ago
* Uses [Gini Capture SDK 3.0.0-beta05](https://github.com/gini/capture-sdk-ios/releases/tag/3.0.0-beta05).
14 weeks ago
* Uses [Gini Capture SDK 1.11.0](https://github.com/gini/capture-sdk-ios/releases/tag/1.11.0).
iOS macOS
gini/health-sdk-pinning-ios 1.5.0
Release repo for Gini Health SDK Pinning
⭐️ 0
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.5.0
1 year ago
* Uses Gini Health SDK version [1.5.0](https://github.com/gini/health-sdk-ios/releases/tag/1.5.0)
1.4.0
1 year ago
* Uses Gini Health SDK version [1.4.0](https://github.com/gini/health-sdk-ios/releases/tag/1.4.0)
1.3.1
1 year ago
* Uses Gini Health SDK version [1.3.1](https://github.com/gini/health-sdk-ios/releases/tag/1.3.1)
1.3.0
1 year ago
* Uses Gini Health SDK version [1.3.0](https://github.com/gini/health-sdk-ios/releases/tag/1.3.0)
1.2.1
1 year ago
- Uses Gini Health API Library Pinning [1.2.1](https://github.com/gini/health-api-library-pinning-ios/releases/tag/1.2.1)
1.2.0
1 year ago
* Updates to Gini Health API Library [1.2.0](https://github.com/gini/gini-mobile-android/releases/tag/health-api-library%3B1.2.0) which uses version 3 of the [Gini Health API](https://health-api.gini.net/documentation/v3/#gini-health-api-documentation-v3-0). * Add `noPaymentDataExtracted` exception, If the document extractions contain no payment data. You can use the `healthSDK.checkIfDocumentIsPayable(docId: String)` to verify that payment data is available.
1.1.0
1 year ago
Features: - Adds bank selection functionality. - Adds info bar to remind the user to check the pre-filled values. - Adds event tracking functionality. Fixes: - Fixes amount field validation behavior. - Moves the Numpad Done button to the right side.
1.0.0
1 year ago
This SDK replaces the [Gini Pay Business SDK](https://github.com/gini/gini-pay-business-sdk-ios) which won't be developed further. Migrating from the latest version of the Gini Health SDK entails only a few steps which you can find in this [migration guide](https://developer.gini.net/gini-mobile-ios/GiniHealthSDK/migration-guide.html).
iOS macOS
gini/health-sdk-ios 1.5.0
Release repo for Gini Health SDK
⭐️ 0
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.5.0
1 year ago
Features: Adds `payButtonTitleFont` for the title font pay button customization. Adds `paymentReviewStatusBarStyle` for the status bar style customization on the payment review screen. Bug fixes: Fixes the keyboard appearance. Fixes the potential crashes due to the precondition failures in the production builds.
1.4.0
1 year ago
Breaking change: - Removes pubic properties `payButtonBackgroundColor ` and `payButtonTextColor`. Bug fixes: - Fixes the pay button text color for the disabled state. Use `payButtonDisabledTextColor` to set text color for disabled state. ο»Ώ - Fixes input field error message behavior. - Fixes the default text in the amount input field when the amount is "0.00". - ο»Ώο»ΏFixes the feedback sending.
1.3.1
1 year ago
Release notes: β€’ Add localizable key`ginihealth.reviewscreen.next.button.title` for the title of the next button. β€’ Add `paymentProvider` to the .onNextButtonClicked tracking event.
1.3.0
1 year ago
Features: * Returns payment provider name in `onBankSelectionButtonClicked` tracking event. Fixes: * Fixes GiniHealth.fetchDataForReview() to retrieve the payment extractions from the Health API. * Fix the pay button state when the amount to pay was not extracted and the user entered the amount. * Fix bank cell selection style on iOS 12.
1.2.1
1 year ago
- Uses Gini Health API Library [1.2.1](https://github.com/gini/health-api-library-ios)
1.2.0
1 year ago
* Updates to Gini Health API Library [1.2.0](https://github.com/gini/gini-mobile-android/releases/tag/health-api-library%3B1.2.0) which uses version 3 of the [Gini Health API](https://health-api.gini.net/documentation/v3/#gini-health-api-documentation-v3-0). * Add `noPaymentDataExtracted` exception, If the document extractions contain no payment data. You can use the `healthSDK.checkIfDocumentIsPayable(docId: String)` to verify that payment data is available.
1.1.0
1 year ago
Features: - Adds bank selection functionality. - Adds info bar to remind the user to check the pre-filled values. - Adds event tracking functionality. Fixes: - Fixes amount field validation behavior. - Moves the Numpad Done button to the right side.
1.0.0
1 year ago
This SDK replaces the [Gini Pay Business SDK](https://github.com/gini/gini-pay-business-sdk-ios) which won't be developed further. Migrating from the latest version of the Gini Health SDK entails only a few steps which you can find in this [migration guide](https://developer.gini.net/gini-mobile-ios/GiniHealthSDK/migration-guide.html).
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics