Pgyer Docs
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.

GEThttp://api.pgyer.com/apiv1/app/install

Request Parameters

ParameterDescription
aKeyApp Key.
_api_keyAPI Key.
passwordOptional. Install password when the app requires one.

Example

http://api.pgyer.com/apiv1/app/install?_api_key=YOUR_API_KEY&aKey=f3c7897cf8ac70a3d345699ef6e1584d&password=123456

iOS In-App Install

itms-services://?action=download-manifest&url=https://www.pgyer.com/app/plist/{aKey}

Replace {aKey} with the App Key.

On this page