android - 在Google Play上销售Android插件

标签 android plugins google-play

我是开发Android应用程序的新手,我对一个涉及免费基础应用程序和用户必须购买的许多插件的项目有一个想法。据我所知,我应该将插件打包为主要应用程序将要访问的服务,并且我对实现这一目标的方法尚不清楚。

这是我的问题。

是否可以在plugins上出售这些Google Play store,更重要的是,我如何确保用户仅在安装了基本应用程序后才能购买插件?

还是有一种方法指定基本应用程序与plugin一起安装?

我已经阅读了有关过滤器的内容,但是似乎无法找到适合该任务的过滤器。

谢谢

最佳答案

Is it possible to sell these plugins on Google Play store



是。 GO Launcher正是针对主题执行此操作。主题可由第三方开发人员设置,用户可以下载主题以使用它们

how would I make sure that the user will only be able to purchase the plugin once the base application has been installed?



没有选择这样做。最好的办法是在安装并运行应用程序时对基本应用程序进行检查,如果未安装,则提示用户安装它。

关于android - 在Google Play上销售Android插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15141774/

相关文章:

android - AOSP 中的 Ota 更新

java - Android Margin 和 Padding 不适用于 ScrollViews 内的 RecyclerViews

java - 如何使用IngestPlugin在Elasticsearch中基于IngestDocument填充indexableField

android - Phonegap 的 WebIntent 插件 : Cannot find import org. apache.cordova.api.Plugin

android - 关于更新Google Play上的应用?

android - 已发布的 Android apk 出现错误 "Package file was not signed correctly"

android - 可以在没有交互的情况下调用 onCheckedChanged 方法吗?

android - fragment 替换()不替换所有 fragment

plugins - Sonar 插件: how to get sonar's metric

android - 绑定(bind)服务失败