
应用级
_无事莫登旧人梦
这个作者很懒,什么都没留下…
展开
-
如何在两个app 之间传递数据
首先来说一下 如何在一个app之间 打开另外一个app首先在 需要打开得app plist中 增加另外一个 app中想用打开 这个app 方法为 : NSString *url =@"myapp://com.lakala.MeiChi?name=zhangsan"; [[UIApplication sharedApplication]转载 2014-05-08 16:51:28 · 2235 阅读 · 0 评论 -
如何找出IOS App的URL Scheme
据说大多数的URL Scheme都可以在网上找到,我就没找到几个。。。(给个链接:http://ikamu.me/8179)以下以“微博”为例,介绍查找的方法(亲身实践):1.在Mac上用iTools查看IOS设备的应用程序(我的是Mac2.2.1版本,Windows系统下也可以,情况类似,大家自己体会),2.查看文档3.打开 W原创 2014-07-07 10:05:20 · 12227 阅读 · 0 评论 -
mac下的svn工具——Versions使用详解
在mac下开发有几种常用的svn工具:Xcode自带的,Git,Versions等。 Git我只下过代码,还没用来托管过代码。Xcode自带的svn工具用过几天,不是很习惯。个人偏向于Versions。 先附上一个免注册的Versions下载:Versions免注册版 9.24MB(个人上传到svn的,0积分下载,不一定是最新版本,但是够用了) 使用步骤:1.双击下载下来的V转载 2014-04-10 09:33:07 · 10710 阅读 · 0 评论 -
In-App Purchases入门
成为ios开发者最大的好处就是,你编写的应用程序会有很多方式可以赚钱。比如,收费版,免费挂广告版,还有就是程序内置购买。程序内置购买会让你爱不释手,主要有以下原因:除了程序本身的下载收费以外,你还可以赚更多的钱。一些用户愿意为那些额外的功能花费大量的金钱。你可以免费发布你的程序(这样的话,用户就可以任意下载了),如果他们喜欢这个程序的话,那么就会有人愿意购买额外功能。在转载 2014-04-10 15:41:53 · 545 阅读 · 0 评论 -
In App Purchases(IAP 应用程序內购买): 完全攻略
原文:http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/参考:http://www.cocoachina.com/bbs/read.php?tid-11357.html新:http://www.cocoachina.com/gamedev/misc/2012/0409/4129.html demo转载 2014-04-10 15:54:58 · 619 阅读 · 0 评论 -
IOS , plist 配置项说明
Key:Application can be killed immediately after launch(NSSupportsSuddenTermination)Value:BOOL说明: 指定应用程序是否可以被杀死,以便更快地关闭或注销操作。 表示系统是否可以彻底杀死的应用程序以注销或关闭更迅速。您可以使用此键来指定应用程序是否可以在关闭后转载 2014-05-07 17:57:22 · 645 阅读 · 0 评论 -
IOS6.0 应用内直接下载程序 不需跳转AppStore
闲来没事看了篇文章 应用内创建应用商店环境,不跳转AppStore. 先武断的想一句:放屁。然后好奇的进去看看,原来是IOS6.0的新特性,顿感惭愧。研究下 SKStoreProductViewController类是UIViewController的子类, 如果你对view controller比较熟悉的话,那SKStoreProductViewController使用起来也非常简单了。转载 2014-04-09 19:21:15 · 901 阅读 · 0 评论 -
iOS 获取手机的型号,系统版本,软件名称,软件版本
1、当前系统版本号:[[UIDevicecurrentDevice] systemVersion]2、当前运行程序版本号:[[[NSBundlemainBundle] infoDictionary] objectForKey:@"CFBundleVersion"]]原创 2014-04-22 16:28:18 · 557 阅读 · 0 评论 -
IPhone URL Schemes
IPhone URL SchemesThis page centralizes code samples for URL schemes available in many iPhone applications, not only in Apple's but in many others. It also includes programming tips and references a转载 2013-11-14 10:15:28 · 2315 阅读 · 0 评论 -
iOS7或以后将不能使用MAC地址生成设备的唯一标识
英文原文:In iOS 7 and later, if you ask for the MAC address of an iOS device, the system returns the value 02:00:00:00:00:00. If you need to identify the device, use the identifierForVendor property of UI转载 2014-03-27 17:26:43 · 906 阅读 · 0 评论 -
ios应用内跳转到appstore里评分
在ios6.0前跳转到appstore评分一般是直接跳转到appstore评分NSString *evaluateString = [NSStringstringWithFormat:@"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&i转载 2014-04-09 18:13:12 · 1933 阅读 · 2 评论 -
常用URL Scheme附录
格式如下:名称: URL Scheme: Bundle identifier:ios默认:Safari: http://maps: http://maps.google.comPhone: tel:SMS:原创 2014-07-07 10:09:25 · 3579 阅读 · 0 评论