上一页 1 2 3 4 5 6 7 8 ··· 36 下一页
摘要: Configuring Your Xcode Project for DistributionYou can edit your project settings anytime, but some settings are necessary during development. Others ... 阅读全文
posted @ 2015-01-29 23:06 如来藏 阅读(547) 评论(0) 推荐(0) 编辑
摘要: This guide contains everything you need to know to distribute an app through the App Store or Mac App Store.这个guide包含了如何通过app stor或者mac app store来发布一个... 阅读全文
posted @ 2015-01-29 18:02 如来藏 阅读(1561) 评论(0) 推荐(0) 编辑
摘要: This tutorial will walk you through the easiest way to generate an IPA using Xcode 5. We will be using a sample project which will walk through creati... 阅读全文
posted @ 2015-01-29 17:06 如来藏 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 在Product - Archive 包过程中,选择Save for Ad hoc Deployment模式【给内部人员测试】,export包时,弹出了如下提示自己遇到时候问题:首先adhoc需要本机上有公司开发的私钥,然后scheme编辑时候的archive选项要是release或者final(x... 阅读全文
posted @ 2015-01-29 17:05 如来藏 阅读(1642) 评论(0) 推荐(0) 编辑
摘要: Xcode 6 changes how you export a .ipa from an archive for adhoc distribution. It used to be that you could export the archive to a .ipa as long as you... 阅读全文
posted @ 2015-01-29 16:59 如来藏 阅读(465) 评论(0) 推荐(0) 编辑
摘要: Q: How do I resolve the "beta-reports-active" code signing error?A:There are a number of points of consider regarding this error and a couple solution... 阅读全文
posted @ 2015-01-29 16:52 如来藏 阅读(1088) 评论(0) 推荐(0) 编辑
摘要: 背景:1. XCode 6.12. 证书:develop 证书3. Scheme 为Device操作:在Product - Archive 包过程中,选择Save for Ad hoc Deployment模式【给内部人员测试】,export包时,弹出了如下提示后来在http://www.theca... 阅读全文
posted @ 2015-01-29 16:01 如来藏 阅读(759) 评论(0) 推荐(0) 编辑
摘要: In previous articles we have utilized NSUserDefaults and .NET web services to persist iPhone data. NSUserDefaults is idol for storing small amounts of... 阅读全文
posted @ 2015-01-29 15:25 如来藏 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 前言SQLite (http://www.sqlite.org/docs.html) 是一个轻量级的关系数据库。iOS SDK很早就支持了SQLite,在使用时,只需要加入 libsqlite3.dylib 依赖以及引入 sqlite3.h 头文件即可。但是,原生的SQLite API在使用上相当不... 阅读全文
posted @ 2015-01-29 14:52 如来藏 阅读(227) 评论(0) 推荐(0) 编辑
摘要: https://developer.apple.com/testflight/When you want to test an app on your device, usually you plug the device into your Mac and run the Xcode projec... 阅读全文
posted @ 2015-01-29 13:29 如来藏 阅读(335) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 36 下一页