android - android apk发布与Web服务

标签 android web-services google-play restful-url

我使用android application网络服务制作了Restful
我的问题是,如果不是使我的Web服务启动并运行的最便宜的方法,我可以将APK的Web服务上传到Google Play吗?

最佳答案

不,您不必单独托管API。可能在亚马逊网络服务(aws)或google cloud上。还有许多其他提供商。只需搜索,您将获得几个选择。

如果测试流量不会很大,请注册aws free tier

在Google Play商店中,您将仅发布apk。而且该apk应该是预先配置的,以便从您选择托管它们的位置访问您的API。

关于android - android apk发布与Web服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36262957/

相关文章:

android - 无法使用 Ionic 2 框架安装 cordova 相机插件

java - 如何验证多个编辑文本?我使用 TextUtils 只能获取 1 条文本

android - 如果第一个项目被移动,如何防止 LazyColumn 自动滚动

android - Google 应用已发布在内部测试轨道上,但无法找到/下载

android - shouldShowRequestPermissionRationale 为 false

vb.net - 如何避免 <string xmlns ="http://schemas.microsoft.com/2003/10/Serialization/">?

web-services - 如何为Dart Web服务运行localhost服务器(查找本地Web服务时出错)

Java Web服务疑惑

android - 为什么我的应用在 Google Play 上显示为 "hidden"?

android - 是什么让 apk 更新需要这么长时间?