使用其数据库部署IPad应用程序

编程入门 行业动态 更新时间:2024-10-22 15:26:58
本文介绍了使用其数据库部署IPad应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

任何人都可以告诉我是否可以使用预先初始化的数据库部署IPad应用程序吗?

can any one tell me if I could deploy an IPad application with its pre-initialized database?

我正在使用IOS开发人员企业计划帐户

I'm using IOS developer Enterprise program account

推荐答案

将数据库作为资源包括在捆绑包中,并在启动时将其克隆到用户文档文件夹中。

Include the database as a resource in the bundle and clone it into the users document folder at launch.

克隆的原因是你没有获得捆绑资源的写权限。

The reason to clone is that you dont get write privileges on bundle resources.

或者因为这不是代码,你可以从公司服务器下载它在发布时,但既然你问这个问题,你可能不想这样做。

Alternatively since this is not code you could download it from the corporate server at launch but since you are asking this question you probably dont want to do that.

更多推荐

使用其数据库部署IPad应用程序

本文发布于:2023-11-03 20:24:23,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1556002.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:应用程序   数据库   IPad

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!