A wrapper for the Approov SDK to enable easy integration when using URLSession for making the API calls that you wish to protect with Approov. In order to use this you will need a trial or paid Approov account.
Please see the Quickstart for example integration.
When adding this package with Swift Package Manager, import the module as:
import ApproovURLSessionPackage
import ApproovThe primary session type remains ApproovURLSession.
Please see the CHANGELOG.md for more information on the changes in each version.
Please see the REFERENCE.md for more information on the Approov Service for URLSession.
Please see the USAGE.md for more information on how to use this wrapper.