GuidesRecipesAPI ReferenceChangelog
Log In
API Reference

Reinstall App Config for Managed iOS Apps

Redeploys the managed app configuration for a specific app on a specific device using the $APP_CONFIG_REINSTALL_CODE generated during deployment. This endpoint does not require authorization, only the re-install code. The code does not contain any user authentication information. For example usage, see the following Teacher app documentation: Teacher App Manged App Configuration

Body Params

The $APP_CONFIG_REINSTALL_CODE variable for the specific device and app supplied by the managed iOS app's current App Config.

string
Responses
204

Install App Config command successfully issued

400

Supplied re-install code was either invalid or not supplied

Language
Credentials