API 1.0 (Archive)
Install App
Legacy API 1.0 app install endpoint and iOS in-app installation URL.
This page documents legacy API 1.0 endpoints. New integrations should use API 2.0 Install App.
Install App
Use this endpoint on a mobile device to start installing an app.
GET
http://api.pgyer.com/apiv1/app/installRequest Parameters
| Parameter | Description |
|---|---|
| aKey | App Key. |
| _api_key | API Key. |
| password | Optional. Install password when the app requires one. |
Example
http://api.pgyer.com/apiv1/app/install?_api_key=YOUR_API_KEY&aKey=f3c7897cf8ac70a3d345699ef6e1584d&password=123456iOS In-App Install
itms-services://?action=download-manifest&url=https://www.pgyer.com/app/plist/{aKey}Replace {aKey} with the App Key.