Skip to main content
Anchor to mobilePlatformApplication

mobilePlatformApplication

query

Requires read_mobile_platform_applications access scope. Please contact Shopify Support to enable this scope for your app.

Return a mobile platform application by its ID.

•ID!
required

ID of the mobile platform app.


Was this section helpful?

Anchor to MobilePlatformApplicationMobilePlatformApplication
•MobilePlatformApplication

You can use the MobilePlatformApplication resource to enable shared web credentials for Shopify iOS apps, as well as to create iOS universal link or Android app link verification endpoints for merchant Shopify iOS or Android apps. Shared web credentials let iOS users access a native app after logging into the respective website in Safari without re-entering their username and password. If a user changes their credentials in the app, then those changes are reflected in Safari. You must use a custom domain to integrate shared web credentials with Shopify. With each platform's link system, users can tap a link to a shop's website and get seamlessly redirected to a merchant's installed app without going through a browser or manually selecting an app.

For full configuration instructions on iOS shared web credentials, see the associated domains setup technical documentation.

For full configuration instructions on iOS universal links or Android App Links, see the respective iOS universal link or Android app link technical documentation.

•OBJECT

The Android mobile platform application.

•String

The Android application ID.

•Boolean!
non-null

Whether Android App Links are supported by this app.

•ID!
non-null

A globally-unique ID.

Anchor to sha256CertFingerprintssha256CertFingerprints
•[String!]!
non-null

The SHA256 fingerprints of the app's signing certificate.

•OBJECT

The Apple mobile platform application.

Anchor to appClipApplicationIdappClipApplicationId
•String

The iOS App Clip application ID.

•Boolean!
non-null

Whether iOS App Clips are enabled for this app.

•String

The iOS App ID.

•ID!
non-null

A globally-unique ID.

Anchor to sharedWebCredentialsEnabledsharedWebCredentialsEnabled
•Boolean!
non-null

Whether iOS shared web credentials are enabled for this app.

Anchor to universalLinksEnableduniversalLinksEnabled
•Boolean!
non-null

Whether iOS Universal Links are supported by this app.


Was this section helpful?