跳到主要内容

RuStore Deeplinks

注意

该门户网站正在开发中。文档的完整版本请看这里.

您可以通过deeplinks从您的应用程序打开RuStore的某些应用屏幕。

例如,您可以使用以下代码打开用户所有订阅的屏幕:

try {    \`\`startActivity(Intent(Intent.ACTION_VIEW, Uri.parse( \"rustore://profile/subscriptions\" )))}  catch (ex: ActivityNotFoundException) {    \`\`// Handle error when RuStore is not installed}

中"rustore://profile/subscriptions"是RuStore deeplink。您可以将其替换为下面列出的任何deeplink,以打开所需的RuStore应用屏幕。

支持的浏览器

浏览器RuStore Deeplinks支持Deeplinks
Google Chrome
Yandex浏览器
Mozilla Firefox
Opera
Mi Browser
Samsung Internet

Deeplinks列表

功能Deeplinks
应用程序屏幕
  • rustore://apps.rustore.ru/app/{packageName} - 将打开RuStore;
  • https://apps.rustore.ru/app/{packageName} - 如果用户设备上安装了RuStore应用程
  • 序,则打开RuStore,否则在展示台上打开应用程序的web页面; - market://details?id={packageName};

将提议打开RuStore或其他应用商店。其中{packageName}是应用程序的包名。

订阅屏幕

rustore://profile/subscriptions

账户/更新屏幕

rustore://apps.rustore.ru/updates

登录屏幕

rustore://auth