Releases: gini/health-sdk-ios
5.2.0
5.1.0
Documentation
You can find the documentation for this version here.
Features and fixes
- Fixed delegate issues when
didCreatePaymentRequest
was called - Showed Numpad keyboard when editing amount on the Payment Review Screen
- Added to the configuration
GiniHealthConfiguration.shared.showPaymentReviewCloseButton
option to show the close button on the Payment Review Screen
Dependencies
Uses Gini Health API Library 5.0.0
5.0.2
5.0.1
Documentation
You can find the documentation for this version here.
Features and fixes
- Added an "FAQ" heading to the FAQ section in the More Info area for improved clarity and navigation.
- Resolved an issue where the page control was missing on the payment review screen when multiple pages were present.
- Fixed a problem where the "Open With" bottom sheet was not displayed after dismissing a native PDF.
- Addressed an issue where importing documents using Gini Capture failed to upload multiple pages or more than one document.
- Ensured that the "Powered by Gini" label is removed from the Payment component when the "Show Brand View" option is turned off.
- Fixed issues related to uploading non-payable invoices, ensuring smoother handling of such cases.
- Corrected an issue where the document header or footer was not fully visible on the payment review screen.
Dependencies
Uses Gini Health API Library 5.0.0
5.0.0
Documentation
You can find the documentation for this version here.
Features and fixes
- Added support for digital payments (without documents)
- Enhanced user experience for "share with" flow with QR code support
- Configurable review screen for digital payments
- Updated review screen with the option to update the bank selection
- Simplified flow for returning users
- Multipage invoice scan or upload
- Flow Management in Bottom Sheet: The Health SDK now fully manages the flow within the bottom sheet, allowing integrators to simply load the bottom sheet while the SDK dynamically updates the content based on the current flow.
Dependencies
Uses Gini Health API Library 5.0.0
4.3.0
Documentation
You can find the documentation for this version here.
Features and fixes
- Extends with a method for getting all specific extractions. Please see
func getAllExtractions(..)
. - Allows to check if there are multiple invoices were uploaded. Please use
func checkIfDocumentContainsMultipleInvoices(..)
or a specific extractioncontainsMultipleDocs
fromfunc getAllExtractions(..)
- Exposes doctor's name extraction
medical_service_provider
among others. Please usefunc getAllExtractions(..)
to get all available specific extractions.
Dependencies
Uses Gini Health API Library 4.3.1
4.2.0
Documentation
You can find the documentation for this version here.
Features and fixes
-
Allows custom localization if your app has internal language configuration by setting a value to the
GiniHealthConfiguration.customLocalization
configuration option. -
Allows hiding “Powered by Gini” in the Payment Component.
-
Adds compression for partial document images before uploading, if they exceed 10 MB.
-
Uses "payment_state" to recognize whether a document is payable.
-
Moves AppStore buttons for installing banking apps to a dedicated bottom sheet in the
Payment Review Screen
. -
Fixes payment request creation error handling for
Share with
payment providers. -
Fixes
Share with
flow when client devs receive the payment request ID and dismiss the Payment Review Screen.
Dependencies
Uses Gini Health API Library 4.2.0
4.1.0
Documentation
You can find the documentation for this version here.
Features
- Updates
Payment Component’s
UI to take up less height and allows easy height customisation by adding a new value theGiniHealthConfiguration.paymentComponentButtonsHeight
configuration option. - Shows "More Information" link on the
Bank Selection Bottom Sheet
. - Moves AppStore buttons for installing banking apps to a dedicated bottom sheet in the
Payment Review Screen
. - Supports payment information transfer to additional banking apps by allowing users to share a PDF with their banking app. The PDF contains an id in a QR code which is exchanged for the payment information via the Gini Bank SDK in the banking app.
Dependencies
Uses Gini Health API Library 4.1.0
4.0.0
Documentation
You can find the documentation for this version here.
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 thePayment 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 thePayment 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. ThePayment Review screen
is launched from thePayment Component
view.
Dependencies
Uses Gini Health API Library 4.0.0