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-api-library-ios 3.1.3
Release repo for GiniBankAPILibrary for iOS
⭐️ 1
πŸ•“ 2 weeks 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.3
2 weeks ago
## Improvements, and bug fixes: - Enhanced handling of outage and maintenance messages within the SDK for smoother performance. - Improved login experience for anonymous users when the library is launched. - Aligned error messages to match API status codes.
3.1.2
20 weeks ago
- Rename Feedback to Transfer Summary and separate from Clean-up. - Fixes optional response fields that are decoded as required.
3.1.1
28 weeks ago
- Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+
1.6.1
29 weeks ago
- Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+
3.1.0
43 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())) ``` - Added public initialiser for `Payment`
49 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
49 weeks ago
- Version bump only to be in sync with Gini Capture SDK and Gini Bank SDK.
3.0.0-beta07
1 year ago
- Version bump only to be in sync with Gini Capture SDK and Gini Bank SDK.
3.0.0-beta06
1 year ago
- Version bump only to be in sync with Gini Capture SDK and Gini Bank SDK.
1 year ago
- Version bump only to be in sync with Gini Capture SDK and Gini Bank SDK.
iOS
gini/bank-sdk-ios 3.7.4
Release repo for Gini Bank SDK for iOS
⭐️ 1
πŸ•“ 3 days 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.7.4
3 days ago
- Uses [Gini Bank API Library 3.1.3](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.3) - Uses [Gini Capture SDK 3.7.2](https://github.com/gini/capture-sdk-ios/releases/tag/3.7.2) ## Improvements, and bug fixes: - Turn off the return reasons feature in the Return Assistant by default. - Improve texts in Return Assistant Documentation can be found [here](https://gini.atlassian.net/wiki/spaces/IBSV/overview).
3.7.3
2 weeks ago
- Uses [Gini Bank API Library 3.1.3](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.3) - Uses [Gini Capture SDK 3.7.2](https://github.com/gini/capture-sdk-ios/releases/tag/3.7.2) ## Improvements, and bug fixes: - Enhanced handling of outage and maintenance messages within the SDK for smoother performance. - Improved login experience for anonymous users when the library is launched. - Aligned error messages to match API status codes. Documentation can be found [here](https://gini.atlassian.net/wiki/spaces/IBSV/overview).
3.7.2
11 weeks ago
- Uses [Gini Bank API Library 3.1.2](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.2) - Uses [Gini Capture SDK 3.7.1](https://github.com/gini/capture-sdk-ios/releases/tag/3.7.1) ## Improvements, and bug fixes: - Fixes some UI issues in the Digital Invoice screen after disabling one item - Fixes the display of the Digital Invoice onboarding screen if the user is coming back to the screen Documentation can be found [here](https://gini.atlassian.net/wiki/spaces/IBSV/overview).
3.7.1
15 weeks ago
- Uses [Gini Bank API Library 3.1.2](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.2) - Uses [Gini Capture SDK 3.7.1](https://github.com/gini/capture-sdk-ios/releases/tag/3.7.1) ## Improvements, and bug fixes: - Fixes for XCFrameworks generation Documentation can be found [here](https://gini.atlassian.net/wiki/spaces/ICSV/overview).
3.7.0
17 weeks ago
- Uses [Gini Bank API Library 3.1.2](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.2) - Uses [Gini Capture SDK 3.7.0](https://github.com/gini/capture-sdk-ios/releases/tag/3.7.0) ## Improvements, and bug fixes: - Makes the flash button off by default - Allows customisation of the iOS Chevron icon - Fixes identifying IBAN on iPad in landscape and upside-down orientations Documentation can be found [here](https://gini.atlassian.net/wiki/spaces/ICSV/overview).
3.6.0
20 weeks ago
- Uses [Gini Bank API Library 3.1.2](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.2) - Uses [Gini Capture SDK 3.6.0](https://github.com/gini/capture-sdk-ios/releases/tag/3.6.0) ## Improvements, and bug fixes: - IBAN detection on the device in the camera frame. - Rename Feedback to Transfer Summary and separate from Clean-up. Documentation can be found [here](https://gini.atlassian.net/wiki/spaces/IBSV).
3.5.0
22 weeks ago
- Uses [Gini Bank API Library 3.1.1](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.1) - Uses [Gini Capture SDK 3.5.0](https://github.com/gini/capture-sdk-ios/releases/tag/3.5.0) ## Improvements, and bug fixes: Adds on-device IBAN detection for the [entry point field](https://gini.atlassian.net/wiki/spaces/IBSV/pages/27459879/Entry+Point+Field).
3.4.0
24 weeks ago
- Uses [Gini Bank API Library 3.1.1](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.1) - Uses [Gini Capture SDK 3.4.0](https://github.com/gini/capture-sdk-ios/releases/tag/3.4.0) ## Improvements, and bug fixes: Fixes spelling in new UI/UX screens in DEU and ENG Fixes custom color for the navigation bar that needs to be applied to all the buttons. Fixes the image asset for the `Back` button in the Help screen. Fixes the issue with the top navigation bar being translucent in the Results screen after importing an invoice. Fixes the scrolling to the bottom of the list of photos in the Gallery screen. Fixes the amount to be paid after disabling one of the items on the Digital invoice screen
3.3.0
28 weeks ago
- Uses [Gini Bank API Library 3.1.1](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.1) - Uses [Gini Capture SDK 3.3.0](https://github.com/gini/capture-sdk-ios/releases/tag/3.3.0) ## Features - Introduces the new configuration option: `GiniBankConfiguration.shared.customResourceBundle `. . It can be used for overriding gini resources like images, colors, localized strings when `main` bundle is not used. if you have a modular `CocoaPods` architecture and use `resource_bundles` configuration, then please read [this StackOverflow answer](https://stackoverflow.com/a/59667338) on how to get the correct Bundle instance. ## Improvements, and bug fixes: - Fixes the tracking events on the Analysis screen. Introduced `noResults` event type when the analysis was fished with empty results. Please find the details [here](https://gini.atlassian.net/wiki/spaces/IBSV/pages/14549534/Event+Tracking+Guide). - Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+
1.16.0
29 weeks ago
- Uses Gini Bank API Library [1.6.1](https://github.com/gini/bank-api-library-ios/releases/tag/1.6.1) - Uses Gini Capture SDK [1.14.0](https://github.com/gini/capture-sdk-ios/releases/tag/1.14.0) - Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+ - Introduces `customResourceBundle` configuration option for resources override when `main` bundle is not used
iOS
gini/capture-sdk-ios 3.7.2
Release repo for Gini Capture SDK for iOS
⭐️ 0
πŸ•“ 2 weeks 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.7.2
2 weeks ago
- Uses [Gini Bank API Library 3.1.3](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.3) ## Improvements, and bug fixes: - Enhanced handling of outage and maintenance messages within the SDK for smoother performance. - Improved login experience for anonymous users when the library is launched. - Aligned error messages to match API status codes. Documentation can be found [here](https://gini.atlassian.net/wiki/spaces/ICSV/overview).
15 weeks ago
- Uses [Gini Bank API Library 3.1.2](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.2) ## Improvements, and bug fixes: - Fixes for XCFrameworks generation Documentation can be found [here](https://gini.atlassian.net/wiki/spaces/ICSV/overview).
3.7.0
17 weeks ago
- Uses [Gini Bank API Library 3.1.2](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.2) ## Improvements, and bug fixes: - Makes the flash button off by default - Allows customisation of the iOS Chevron icon - Fixes identifying IBAN on iPad in landscape and upside-down orientations Documentation can be found [here](https://gini.atlassian.net/wiki/spaces/ICSV/overview).
3.6.0
20 weeks ago
Uses [Gini Bank API Library 3.1.2](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.2) ## Improvements, and bug fixes: - IBAN detection on the device in the camera frame. - Rename Feedback to Transfer Summary and separate from Clean-up. Documentation can be found [here](https://gini.atlassian.net/wiki/spaces/ICSV/overview).
3.5.0
22 weeks ago
Uses [Gini Bank API Library 3.1.1](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.1) ## Improvements, and bug fixes: Adds on-device IBAN detection for the [entry point field](https://gini.atlassian.net/wiki/spaces/ICSV/pages/27525373/Entry+Point+Field).
3.4.0
24 weeks ago
- Uses Gini Bank API Library [3.1.1](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.1) ## Improvements, and bug fixes: Fixes spelling in new UI/UX screens in DEU and ENG Fixes custom color for the navigation bar that needs to be applied to all the buttons. Fixes the image asset for the `Back` button in the Help screen. Fixes the issue with the top navigation bar being translucent in the Results screen after importing an invoice. Fixes the scrolling to the bottom of the list of photos in the Gallery screen.
3.3.0
28 weeks ago
- Uses Gini Bank API Library [3.1.1](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.1) ## Features - Introduces the new configuration option: `GiniConfiguration.shared.customResourceBundle `. It can be used for overriding gini resources like images, colors, and localized strings when `main` bundle is not used. if you have a modular `CocoaPods` architecture and use `resource_bundles` configuration, then please read [this StackOverflow answer](https://stackoverflow.com/a/59667338) on how to get the correct Bundle instance. ## Improvements, and bug fixes: - Fixes the tracking events on the Analysis screen. Introduced `noResults` event type when the analysis was finished with empty results. Please find the details [here](https://gini.atlassian.net/wiki/spaces/IBSV/pages/14549534/Event+Tracking+Guide). - Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+
1.14.0
29 weeks ago
- Uses Gini Bank API Library [1.6.1](https://github.com/gini/bank-api-library-ios/releases/tag/1.6.1) - Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+ - Introduces `customResourceBundle` configuration option for resources override when `main` bundle is not used
3.2.0
34 weeks ago
- Uses [Gini Bank API Library 3.1.0](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.0) ## Features - Introduces the new entry point configuration option: `GiniConfiguration.shared.entryPoint`. It needs to be used for specifying the entry point used for launching the SDK. The default value is `GiniEntryPoint.button`. If you would like to launch our SDK from the text field, please set the entry point to `GiniEntryPoint.field` before launching the SDK: `GiniConfiguration.shared.entryPoint = GiniConfiguration.GiniEntryPoint.field`. ## Improvements, and bug fixes: - Fixes the `delete button` interaction on the Review screen. - Fixes the ability to add more than 4 custom onboarding pages.
1.13.1
35 weeks 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 Fixes the UI while the invoice pages deletion.
iOS
gini/bank-api-library-pinning-ios 3.1.3
Release repo for GiniBankAPILibraryPinning for iOS
⭐️ 0
πŸ•“ 2 weeks 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.3
2 weeks ago
- Uses [Gini Bank API Library 3.1.3](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.3). ## Improvements, and bug fixes: - Enhanced handling of outage and maintenance messages within the SDK for smoother performance. - Improved login experience for anonymous users when the library is launched. - Aligned error messages to match API status codes.
3.1.2
20 weeks ago
- Uses [Gini Bank API Library 3.1.2](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.2). - Rename Feedback to Transfer Summary and separate from Clean-up. - Fixes optional response fields that are decoded as required.
3.1.1
28 weeks ago
- Uses [Gini Bank API Library 3.1.1](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.1). - Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+
1.6.1
29 weeks ago
- Uses [Gini Bank API Library 1.6.1](https://github.com/gini/bank-api-library-ios/releases/tag/1.6.1). - Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+
3.1.0
43 weeks ago
* Uses [Gini Bank API Library 3.1.0](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.0).
49 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
49 weeks ago
- Uses [GiniBankAPILibrary 3.0.0](https://github.com/gini/bank-api-library-ios/releases/tag/3.0.0)
3.0.0-beta07
1 year ago
- Version bump only to be in sync with Gini Capture SDK and Gini Bank SDK.
3.0.0-beta06
1 year ago
- Version bump only to be in sync with Gini Capture SDK and Gini Bank SDK.
1 year ago
- Version bump only to be in sync with Gini Capture SDK and Gini Bank SDK.
iOS
gini/health-api-library-ios 4.0.0
Release repo for Gini Health API Library
⭐️ 0
πŸ•“ 16 hours 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.
4.0.0
17 hours ago
## Documentation You can find the documentation for this version [here](https://developer.gini.net/gini-mobile-ios/GiniHealthAPILibrary/4.0.0/index.html). ## Features - Adds Appstore and universal links for payment provider apps.
3.0.1
20 weeks ago
- Fixes optional response fields that were decoded as required.
3.0.0
28 weeks ago
- Adds public initializers for `Links` and `Document` for compatibility with [Gini Capture SDK 3.0.0]( https://github.com/gini/capture-sdk-ios/releases/tag/3.0.0) - Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+
1.3.0
29 weeks ago
- Changes related to fixing certificate pinning in the Gini Health API Library Pinning [1.3.0](https://github.com/gini/health-api-library-pinning-ios/releases/tag/1.3.0). - Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+
1.2.2
2 years ago
- Replace precondition failure -> assertion failure to avoid potential production crashes.
1.2.1
2 years ago
* Fix API versions after `health-api.gini.net` version 3 migration.
1.2.0
2 years 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
2 years ago
Release notes: * Adds colors and icon for a payment provider.
1.0.0
2 years 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.7.2
Release repo for Gini Capture SDK Pinning for iOS
⭐️ 0
πŸ•“ 2 weeks 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.7.2
2 weeks ago
- Uses [Gini Bank API Library 3.1.3](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.3) - Uses [Gini Capture SDK 3.7.2](https://github.com/gini/capture-sdk-ios/releases/tag/3.7.2) ## Improvements, and bug fixes: - Enhanced handling of outage and maintenance messages within the SDK for smoother performance. - Improved login experience for anonymous users when the library is launched. - Aligned error messages to match API status codes. Documentation can be found [here](https://gini.atlassian.net/wiki/spaces/ICSV/overview).
3.7.1
15 weeks ago
- Uses [Gini Bank API Library 3.1.2](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.2) - Uses [Gini Capture SDK 3.7.1](https://github.com/gini/capture-sdk-ios/releases/tag/3.7.1) ## Improvements, and bug fixes: - Fixes for XCFrameworks generation Documentation can be found [here](https://gini.atlassian.net/wiki/spaces/ICSV/overview).
3.7.0
17 weeks ago
- Uses [Gini Bank API Library Pinning 3.1.2](https://github.com/gini/bank-api-library-pinning-ios/releases/tag/3.1.2) - Uses [Gini Capture SDK 3.7.0](https://github.com/gini/capture-sdk-ios/releases/tag/3.7.0) ## Improvements, and bug fixes: - Makes the flash button off by default - Allows customisation of the iOS Chevron icon - Fixes identifying IBAN on iPad in landscape and upside-down orientations
3.6.0
20 weeks ago
- Uses [Gini Bank API Library Pinning 3.1.2](https://github.com/gini/bank-api-library-pinning-ios/releases/tag/3.1.2) - Uses [Gini Capture SDK 3.6.0](https://github.com/gini/capture-sdk-ios/releases/tag/3.6.0) ## Improvements, and bug fixes: - IBAN detection on the device in the camera frame. - Rename Feedback to Transfer Summary and separate from Clean-up.
3.5.0
22 weeks ago
Uses [Gini Bank API Library 3.1.1](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.1) ## Improvements, and bug fixes: Adds on-device IBAN detection for the [entry point field](https://gini.atlassian.net/wiki/spaces/ICSV/pages/27525373/Entry+Point+Field).
3.4.0
24 weeks ago
- Uses Gini Bank API Library Pinning [3.1.1](https://github.com/gini/bank-api-library-pinning-ios/releases/tag/3.1.1) - Uses Gini Capture SDK [3.4.0](https://github.com/gini/capture-sdk-ios/releases/tag/3.4.0) ## Improvements, and bug fixes: Fixes spelling in new UI/UX screens in DEU and ENG Fixes custom color for the navigation bar that needs to be applied to all the buttons. Fixes the image asset for the `Back` button in the Help screen. Fixes the issue with the top navigation bar being translucent in the Results screen after importing an invoice. Fixes the scrolling to the bottom of the list of photos in the Gallery screen.
3.3.0
28 weeks ago
- Uses Gini Bank API Library Pinning [3.1.1](https://github.com/gini/bank-api-library-pinning-ios/releases/tag/3.1.1) - Uses Gini Capture SDK [3.4.0](https://github.com/gini/capture-sdk-ios/releases/tag/3.4.0) - Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+ - Introduces `customResourceBundle` configuration option for resources override when `main` bundle is not used
1.14.0
29 weeks ago
- Uses Gini Bank API Library Pinning [1.6.1](https://github.com/gini/bank-api-library-pinning-ios/releases/tag/1.6.1) - Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+ - Introduces `customResourceBundle` configuration option for resources override when `main` bundle is not used
3.2.0
34 weeks ago
- Uses [Gini Capture SDK 3.2.0](https://github.com/gini/capture-sdk-ios/releases/tag/3.2.0)
3.1.3
36 weeks ago
- Uses [Gini Capture SDK 3.1.3](https://github.com/gini/capture-sdk-ios/releases/tag/3.1.3)
iOS
gini/health-sdk-ios 4.0.0
Release repo for Gini Health SDK
⭐️ 0
πŸ•“ 15 hours 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.
4.0.0
17 hours ago
## Documentation You can find the documentation for this version [here](https://developer.gini.net/gini-mobile-ios/GiniHealthSDK/4.0.0/index.html). ## Features - Introduces global UI customisation options for colors and typography styles. - Adds a `Payment Component` view, which can be shown for each invoice item in a list of invoices. It shows the selected bank which will be used to execute the payment. - Adds a `Payment Feature Info Screen`, which can be launched from the `Payment Component` view and allows users to view information and an FAQ about the payment feature. - Adds a `Bank Selection Bottom Sheet`, which can be launched from the `Payment Component` view and allows users to view supported banks, install banking apps and select a banking app to be used for executing the payment. - Updates the look of the `Payment Review screen` and removes the bank selection button. The `Payment Review screen` is launched from the `Payment Component` view. ## Dependencies Uses Gini Health API Library [4.0.0](https://github.com/gini/health-api-library-ios/releases/tag/4.0.0)
3.0.1
20 weeks ago
- Uses [Gini Health API Library 3.0.1](https://github.com/gini/health-api-library-ios/releases/tag/3.0.1)
3.0.0
28 weeks ago
- Uses [Gini Health API Library 3.0.0](https://github.com/gini/health-api-library-ios/releases/tag/3.0.0) which is compatible with potential usage with [Gini Capture SDK 3.0.0]( https://github.com/gini/capture-sdk-ios/releases/tag/3.0.0) - Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+
1.5.1
29 weeks ago
- Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+
1.5.0
2 years 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
2 years 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
2 years 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
2 years 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
2 years ago
- Uses Gini Health API Library [1.2.1](https://github.com/gini/health-api-library-ios)
1.2.0
2 years 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.
iOS
gini/health-api-library-pinning-ios 4.0.0
Release repo for Gini Health API Library Pinning
⭐️ 0
πŸ•“ 11 hours 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.
4.0.0
17 hours ago
## Documentation You can find the documentation for this version [here](https://developer.gini.net/gini-mobile-ios/GiniHealthAPILibrary/4.0.0/index.html). ## Features - Adds Appstore and universal links for payment provider apps. * Uses Gini Health API Library version [4.0.0](https://github.com/gini/health-api-library-ios/releases/tag/4.0.0)
3.0.1
20 weeks ago
- Uses Gini Health API Library version [3.0.1](https://github.com/gini/health-api-library-ios/releases/tag/3.0.1)
3.0.0
28 weeks ago
- Adds public initializers for `Links` and `Document` for compatibility with [Gini Capture SDK 3.0.0]( https://github.com/gini/capture-sdk-ios/releases/tag/3.0.0) - Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+
1.3.0
29 weeks ago
- Changes related to fixing certificate pinning - Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+
1.2.2
2 years 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
2 years ago
* Fix API versions after `health-api.gini.net` version 3 migration.
1.2.0
2 years 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
2 years ago
Release notes: * Adds colors and icon for a payment provider.
1.0.0
2 years 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/health-sdk-pinning-ios 4.0.0
Release repo for Gini Health SDK Pinning
⭐️ 0
πŸ•“ 13 hours 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.
4.0.0
17 hours ago
## Documentation You can find the documentation for this version [here](https://developer.gini.net/gini-mobile-ios/GiniHealthSDK/4.0.0/index.html). ## Features - Introduces global UI customisation options for colors and typography styles. - Adds a `Payment Component` view, which can be shown for each invoice item in a list of invoices. It shows the selected bank which will be used to execute the payment. - Adds a `Payment Feature Info Screen`, which can be launched from the `Payment Component` view and allows users to view information and an FAQ about the payment feature. - Adds a `Bank Selection Bottom Sheet`, which can be launched from the `Payment Component` view and allows users to view supported banks, install banking apps and select a banking app to be used for executing the payment. - Updates the look of the `Payment Review screen` and removes the bank selection button. The `Payment Review screen` is launched from the `Payment Component` view. ## Dependencies Uses Gini Health API Library Pinning [4.0.0](https://github.com/gini/health-api-library-pinning-ios/releases/tag/4.0.0)
3.0.1
20 weeks ago
- Uses [Gini Health API Library Pinning 3.0.1](https://github.com/gini/health-api-library-pinning-ios/releases/tag/3.0.1)
3.0.0
28 weeks ago
- Uses [Gini Health API Library 3.0.0](https://github.com/gini/health-api-library-ios/releases/tag/3.0.0) which is compatible with potential usage with [Gini Capture SDK 3.0.0]( https://github.com/gini/capture-sdk-ios/releases/tag/3.0.0) - Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+
1.5.1
29 weeks ago
- Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+
1.5.0
2 years ago
* Uses Gini Health SDK version [1.5.0](https://github.com/gini/health-sdk-ios/releases/tag/1.5.0)
1.4.0
2 years ago
* Uses Gini Health SDK version [1.4.0](https://github.com/gini/health-sdk-ios/releases/tag/1.4.0)
1.3.1
2 years ago
* Uses Gini Health SDK version [1.3.1](https://github.com/gini/health-sdk-ios/releases/tag/1.3.1)
1.3.0
2 years ago
* Uses Gini Health SDK version [1.3.0](https://github.com/gini/health-sdk-ios/releases/tag/1.3.0)
1.2.1
2 years 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
2 years 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.
iOS
gini/bank-sdk-pinning-ios 3.7.4
Release repo for Gini Bank SDK Pinning for iOS
⭐️ 0
πŸ•“ 3 days 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.7.4
3 days ago
- Uses [Gini Bank SDK 3.7.4](https://github.com/gini/bank-sdk-ios/releases/tag/3.7.4) ## Improvements, and bug fixes: - Turn off the return reasons feature in the Return Assistant by default. - Improve texts in Return Assistant.
3.7.3
2 weeks ago
- Uses [Gini Bank SDK 3.7.3](https://github.com/gini/bank-sdk-ios/releases/tag/3.7.3) ## Improvements, and bug fixes: - Enhanced handling of outage and maintenance messages within the SDK for smoother performance. - Improved login experience for anonymous users when the library is launched. - Aligned error messages to match API status codes.
3.7.2
11 weeks ago
- Uses [Gini Bank SDK 3.7.2](https://github.com/gini/bank-sdk-ios/releases/tag/3.7.2) ## Improvements, and bug fixes: - Fixes some UI issues in the Digital Invoice screen after disabling one item - Fixes the display of the digital invoice onboarding screen if the user is coming back to the screen
3.7.1
15 weeks ago
- Uses [Gini Bank SDK 3.7.1](https://github.com/gini/bank-sdk-ios/releases/tag/3.7.1) ## Improvements, and bug fixes: - Fixes for XCFrameworks generation
3.7.0
17 weeks ago
- Uses [Gini Bank SDK 3.7.0](https://github.com/gini/bank-sdk-ios/releases/tag/3.7.0) ## Improvements, and bug fixes: - Makes the flash button off by default - Allows customisation of the iOS Chevron icon - Fixes identifying IBAN on iPad in landscape and upside-down orientations
3.6.0
20 weeks ago
- Uses [Gini Bank SDK 3.6.0](https://github.com/gini/bank-sdk-ios/releases/tag/3.6.0) ## Improvements, and bug fixes: - IBAN detection on the device in the camera frame. - Rename Feedback to Transfer Summary and separate from Clean-up.
3.5.0
22 weeks ago
- Uses [Gini Bank API Library 3.1.1](https://github.com/gini/bank-api-library-ios/releases/tag/3.1.1) - Uses [Gini Capture SDK 3.5.0](https://github.com/gini/capture-sdk-ios/releases/tag/3.5.0) ## Improvements, and bug fixes: Adds on-device IBAN detection for the [entry point field](https://gini.atlassian.net/wiki/spaces/IBSV/pages/27459879/Entry+Point+Field).
3.4.0
24 weeks ago
- Uses [Gini Bank SDK 3.4.0](https://github.com/gini/bank-sdk-ios/releases/tag/3.4.0) ## Improvements, and bug fixes: Fixes spelling in new UI/UX screens in DEU and ENG Fixes custom color for the navigation bar that needs to be applied to all the buttons. Fixes the image asset for the `Back` button in the Help screen. Fixes the issue with the top navigation bar being translucent in the Results screen after importing an invoice. Fixes the scrolling to the bottom of the list of photos in the Gallery screen. Fixes the amount to be paid after disabling one of the items on the Digital invoice screen
3.3.0
28 weeks ago
- Uses [Gini Bank SDK 3.3.0](https://github.com/gini/bank-sdk-ios/releases/tag/3.3.0) ## Features - Introduces the new configuration option: `GiniBankConfiguration.shared.customResourceBundle `. It can be used for overriding gini resources like images, colors, localized strings when `main` bundle is not used. If you have a modular `CocoaPods` app and use the `resource_bundles` podspec configuration, then please read [this StackOverflow answer](https://stackoverflow.com/a/59667338) on how to get the correct Bundle instance. ## Improvements, and bug fixes: - Fixes the tracking events on the Analysis screen. Introduced `noResults` event type when the analysis was fished with empty results. Please find the details [here](https://gini.atlassian.net/wiki/spaces/IBSV/pages/14549534/Event+Tracking+Guide). - Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+
1.16.0
29 weeks ago
- Uses Gini Bank API Library [1.6.1](https://github.com/gini/bank-api-library-ios/releases/tag/1.6.1) - Uses Gini Capture SDK [1.14.0](https://github.com/gini/capture-sdk-ios/releases/tag/1.14.0) - Uses Gini Bank SDK [1.16.0](https://github.com/gini/bank-sdk-ios/releases/tag/1.16.0) - Adds a [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) for iOS 17+ - Introduces `customResourceBundle` configuration option for resources override when `main` bundle is not used
iOS

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