跳过内容

Getting Started

GitHub

您可以使用我们的AI辅助设置来安装插件。使用以下命令将Capgo技能添加到您的AI工具中:

终端窗口
npx skills add https://github.com/Cap-go/capgo-skills --skill capacitor-plugins

然后使用以下提示:

Use the `capacitor-plugins` skill from `Cap-go/capgo-skills` to install the `@capgo/capacitor-native-market` plugin in my project.

如果您prefer Manual Setup,安装插件并运行以下命令,按照以下平台特定的说明进行操作:

终端窗口
npm install @capgo/capacitor-native-market
npx cap sync
import { NativeMarket } from '@capgo/capacitor-native-market';

在Play Store(Android)或App Store(iOS)中打开应用列表页面。

import { NativeMarket } from '@capgo/capacitor-native-market';
// Open app in store
await NativeMarket.openStoreListing({
appId: 'com.example.app'
});
// Open app in specific country store (iOS only)
await NativeMarket.openStoreListing({
appId: 'com.example.app',
country: 'IT'
});

直接深度链接到Play Store中的开发者页面。 仅限Android。

import { NativeMarket } from '@capgo/capacitor-native-market';
await NativeMarket.openDevPage({
devId: 'Google+LLC'
});

将用户链接到Play Store中的收藏或热门榜。 仅限Android。

import { NativeMarket } from '@capgo/capacitor-native-market';
await NativeMarket.openCollection({
name: 'featured'
});

将用户链接到Play Store中的编辑推荐页面。 仅限Android。

import { NativeMarket } from '@capgo/capacitor-native-market';
await NativeMarket.openEditorChoicePage({
editorChoice: 'editorial_fitness_apps_us'
});

使用自定义搜索词在Play商店中搜索。 仅限Android。

import { NativeMarket } from '@capgo/capacitor-native-market';
await NativeMarket.search({
terms: 'fitness apps'
});

本页面由插件生成。 重新运行同步时,公共__CAPGO_KEEP_0__上游发生变化。 src/definitions.ts. Re-run the sync when the public API changes upstream.

Section titled “继续从Getting Started”

如果您正在使用

Getting Started 来规划仪表板和__CAPGO_KEEP_0__操作,连接它 to plan dashboard and API operations, connect it with 使用 @capgo/capacitor-native-market 使用 @capgo/capacitor-native-market API 简介 查看 API 简介 介绍 查看 介绍 API 密钥 查看 API 密钥 设备 查看 设备