Skip to main content
Implement these recommendations as you integrate Alignet One with SDK Android or SDK iOS.

Mobile App

The SDKand shows friendly responses.

Backend

Genera tokens, protect credentials, register operations and confirm final results.
Do not include credentials, secrets or sensible logic within the app. What’s critical should be back up.

Mobile Security

Tokens

  • Genera Access Token from backend.
  • Do not persist sensitive tokens in unsafe storage.
  • Avoid printing tokens or complete payloads on login.
  • Don’t come up .aar, .xcframework or private ZIPS to public repositories.
  • Use the version delivered or approved by the integration team.
  • Valids compatibility before upgrading dependencies.
  • Use callbacks / delegates to update user experience.
  • Confirm states from backend as required by the method.
  • Drive cancellation, error, timeout and back of the app.
  • Test Android e iOS separately.
  • Validate approved, refused and controlled errors.
  • Review behavior with bad connectivity.
  • Keep operation number and minimum login for support.

Integration checklist

Check the specific checklist for SDK Mobile.