• About TrustVision
  • Android SDK
  • Flutter SDK
  • React Native SDK
  • iOS SDK
  • Web SDK
  • API Client Libraries
  • Integration Case Studies
  • Demo App
TrustVision API Documentation

Frequently Asked Questions

Q1. How to install iOS and Android app on App Center

Contact Account Manager

  1. Send email to Trusting Social to be invited to App Center demo apps
  2. Receive invitation email and create App Center account (use the email sent to Trusting Social):
  3. Accept the invitation then:
    • Android: can download and install directly to Android devices
    • iOS: . install the App Center profile to iOS devices . contact Trusting Social

Q2. How to generate api signature on some programming languages

javascript
var method = pm.request.method;
var uri = "/v1" + pm.request.url.getPath();
var accessKey = pm.environment.get("access_key");
var secret = pm.environment.get("secret");

var timestamp = new Date().toISOString();
var message = method + "\n" + uri + "\n" + timestamp;
var hash = CryptoJS.HmacSHA256(message, secret);
var hashInBase64 = CryptoJS.enc.Base64.stringify(hash);

authen = "TV " + accessKey + ":" + hashInBase64;

Q3. How to test app

Trust Vision provides application to test on (please contact Trusting Social for access key id and access key secret):