@capgo/capacitor-native-market
Overview
Section titled “Overview”Capacitor Native Market Plugin for opening app store listings and pages.
Package name changed.Core Capabilities
Section titled “Core Capabilities”openStoreListing- Launch app listing page in Play Store (Android) or App Store (iOS).openDevPage- Deep-link directly to a developer’s page in the Play Store. Android only.openCollection- Link users to a collection or top charts in the Play Store. Android only.openEditorChoicePage- Link users to Editor’s choice page in the Play Store. Android only.
Public API
Section titled “Public API”| Method | Description |
|---|---|
openStoreListing | Launch app listing page in Play Store (Android) or App Store (iOS). |
openDevPage | Deep-link directly to a developer’s page in the Play Store. Android only. |
openCollection | Link users to a collection or top charts in the Play Store. Android only. |
openEditorChoicePage | Link users to Editor’s choice page in the Play Store. Android only. |
search | Search the Play Store with custom search terms. Android only. |
getPluginVersion | Get the native Capacitor plugin version. |
Source Of Truth
Section titled “Source Of Truth”This reference is synced from src/definitions.ts in capacitor-native-market.
Keep going from @capgo/capacitor-native-market
Section titled “Keep going from @capgo/capacitor-native-market”If you are using @capgo/capacitor-native-market to plan store approval and distribution, connect it with Using @capgo/capacitor-native-market for the native capability in Using @capgo/capacitor-native-market, @capgo/capacitor-in-app-review for the implementation detail in @capgo/capacitor-in-app-review, Using @capgo/capacitor-in-app-review for the native capability in Using @capgo/capacitor-in-app-review, Capacitor OTA Updates: App Store Approval Guide for the practical context in Capacitor OTA Updates: App Store Approval Guide, and Google Play Staged Rollouts: How It Works for the practical context in Google Play Staged Rollouts: How It Works.