Mobile Platform Application
Requires access scope. Please contact Shopify Support to enable this scope for your app.
You can use the 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.
Anchor to Possible typesPossible types
- •OBJECT
The Android mobile platform application.
- Anchor to applicationIdapplication•String
Id The Android application ID.
- Anchor to appLinksEnabledapp•Boolean!
Links Enabled non-null Whether Android App Links are supported by this app.
- •ID!non-null
A globally-unique ID.
- Anchor to sha256CertFingerprintssha256Cert•[String!]!
Fingerprints non-null The SHA256 fingerprints of the app's signing certificate.
- •OBJECT
The Apple mobile platform application.
- Anchor to appClipApplicationIdapp•String
Clip Application Id The iOS App Clip application ID.
- Anchor to appClipsEnabledapp•Boolean!
Clips Enabled non-null Whether iOS App Clips are enabled for this app.
- Anchor to appIdapp•String
Id The iOS App ID.
- •ID!non-null
A globally-unique ID.
- •Boolean!non-null
Whether iOS shared web credentials are enabled for this app.
- Anchor to universalLinksEnableduniversal•Boolean!
Links Enabled non-null Whether iOS Universal Links are supported by this app.
Anchor to Fields with this unionFields with this union
- •CONNECTION
An auto-generated type for paginating through multiple MobilePlatformApplications.
- •OBJECT
An auto-generated type which holds one MobilePlatformApplication and a cursor during pagination.