摘要: When it comes to the iPhone, phone function comes first. Incoming calls, SMS, and USSD (unstructured supplementary service data, including account balance notifications for prepaid plans) messages will supersede your application. You can program around this by watching for core telephony events and 阅读全文
posted @ 2010-08-16 16:30 jrvin 阅读(938) 评论(0) 推荐(0)
摘要: App store 增加新应用的步骤。1. 访问iTunesConnect,地址为https://itunesconnect.apple.com,用有上传权限的账户登录。2. 选择“Manage Your Applications”3. 此时可以看到目前已有的应用,此时点击左上角的“Add New Application” 4. 进入下图界面,此时输入下述内容App Name:应用名称,一旦命名确认后,曾经用过的名字在其他应用中不能再用,所以此处需慎重,可以优先考虑用标准不含附加内容的名字。SKU Number:应用的独立标示,和其他的不重复即可Bundle ID:和开发中使用的Bundle 阅读全文
posted @ 2010-08-16 13:58 jrvin 阅读(4015) 评论(0) 推荐(0)
摘要: info.list用源码方式打开,编辑。例子如下。根据你的需求,添加。<key>UIRequiredDeviceCapabilities</key> <dict> <key>front-facing-camera</key> <true/> <key>sms</key> <true/> </dict>API 详细说明。UIRequiredDeviceCapabilitiesUIRequiredDeviceCapabilities (Array or Dictionary - 阅读全文
posted @ 2010-08-16 11:25 jrvin 阅读(2141) 评论(0) 推荐(1)