appStoreId property

String? appStoreId
getter/setter pair

The app store ID of the app; present if and only if the app is linked to an app store.

If the app is added to the Google Play store, it will be the application ID of the app. For example: "com.example.myapp". See https://developer.android.com/studio/build/application-id. If the app is added to the Apple App Store, it will be app store ID. For example "105169111". Note that setting the app store id is considered an irreversible action. Once an app is linked, it cannot be unlinked.

Implementation

core.String? appStoreId;