ios - iOS 应用程序的 Heroku 数据库按地区可用性?

标签 ios swift database heroku

我正在开发一个使用 Heroku 数据库作为后端的应用程序,所以我想知道该应用程序是否在所有地区都可用?因为我之前读过它只能在美国和欧洲使用?

其次,将应用发布到应用商店时应该从哪个计划开始?免费计划对我来说足够吗?

最佳答案

引用您的问题:

would the app be available in all regions? because i read before that it would be only available in US and Europe?

来自官方网站:

Heroku Postgres is the SQL database service run by Heroku that is provisioned and managed as an add-on. Heroku Postgres is accessible from any language with a PostgreSQL driver including all languages and frameworks supported by Heroku: Java, Ruby, Python, Scala, Play, Node.js, PHP, Go, and Clojure.

正如前面提到的,它是一个SQL 数据库服务,对我来说,从逻辑上讲,我发现它与特定区域的可用性无关。我检查了 MobileDatabase部分,我找不到任何有关区域可用性的信息(我希望这是真的!),所以,我认为是的,它应该在所有区域都可用。

<小时/>

which plan should i start with when publishing the app into the app store? Will the free plan be enough for me?

不可以,如果您想制作应用程序并将其分发到 AppStore,您必须注册付费 programs 之一。 , fees取决于注册的类型,个人还是组织。

希望这有帮助。

关于ios - iOS 应用程序的 Heroku 数据库按地区可用性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41923400/

相关文章:

ios - 使用多个实体从 CoreData 获取数据

javascript - 在 IOS 中进行用户交互之前,Ajax 调用无法正常工作

swift - 尝试使用函数从 Firebase 存储返回 downloadUrl

php - MySQL 查询中的 Foreach 循环

ios - 如何在 IOS swift 应用程序中启用堆栈粉碎保护?

swift - 创建自定义导航栏的更好方法

ios - 拦截ios后退按钮发送回基本 View Controller

java - Spring Boot 2 多数据源初始化架构

mysql - 数据库触发器根据一张表更新另一张表

ios - 将委托(delegate)分配给 View Controller 以外的其他对象时未调用 SFSafariViewControllerDelegate 方法