Forums

Hi,

We are trying to automate the app shielding process in our CI platform by using the REST API.

The API method https://cp.onespan.com/public_api/v1/rasp/bind_package takes a file as a parameter but on use it returns "(422) Unprocessable Entity."

Below the PowerShell code:

$headers = @{"X-API-KEY" = "$apikey"
    "Content-Type"         = "application/json"
}

$filepath = "app-release.aab"


$uri = "https://cp.onespan.com/public_api/v1/rasp/bind_package?file=app-release.aab"

We expect Apple and Google to release iOS 15 and Android 12 this September, and beta versions are available now. OneSpan is hard at work ensuring we can provide customers with compatible OneSpan mobile solution releases as quickly as possible once Google and Apple make official public releases available. 

OneSpan does not guarantee full support or compatibility testing for all preview or beta versions. However, in some cases during testing we may identify issues that warrant a release of a beta-compatible version of one of our mobile solutions, but we expect this to be rare.  

Hi OneSpan,

We are going to implement app shielding for RASP. According to the app shielding document, there are several APIs for automated shielding: We have few questions for that:

1) Where can we find the full API document?

2) How to use these APIs for automated shielding? Any example for call shielding process/ shielding status/ shielded binary? What parameters for these call?

Thank you so much.