compare of Testflight&&Enterprise Distribution;testflight和企业分发比较
- Tagged as : distribution
个人App发布前的测试
前言
假期里原本想好好的放松,多看几本书,多运动,不曾想一半的时间花费在修改bug上了。算上假期前提交的版本,整个春节期 …
Tagged as : 测试过去一周的思考
简介
过去的一周可以算是波澜起伏,主要关于两方面:一个是app的下载,另一个是app的发布。
app的下载
ASO是一个至今不得窥其入门的东西,某个收费的app自上线至今约3个月的时间保持平均每天3个的下载节奏。期间在app中集成的分享平台中发过带app的tag的链接(主要是国外的分 …
Tagged as : iOSXcode6制作iOS Framework
简介
最近需要用到Framework,在Xcode6上实践了一下,虽然制作原理没有变化,但在Xcode6中操作还是有一些不一样。我遇到的问题在raywenderlich上都有解决。
使用过第三方如统计之类工具 …Tagged as : framework[Tips]NSTimer对Target的强引用
NSTimer对Target的强引用; NSTimer has a strong reference of target
Tagged as : nstimerVOIP:pjsip的编译和使用
限制文本输入长度
需求
限制字符输入长度是个常见的需求,比如注册的账号或者密码。通常,从用户体验的角度,iOS App中当输入超过制定长度的字符时不需要显式的弹出提示,而只需要让超过的字符 …
Tagged as : uikit新年开篇
转眼间,又进入了新的一年。虽然农历新年尚有不到两个月,但年的氛围已经起来了。此时,尤其适合回顾过去,展望未来。
过去 …
NSZombierEnable
NSZombierEnable背后的故事; details behind NSZombierEnable
Tagged as : nszombierFind All Unlocalized Strings
Requirements
We have a project which uses
NSLocalizedStringmacro but some strings are not localized in theLocalizable.stringsfile. What we do is to find all these strings and implement theLocalizable.stringsfile.Apple’s Tool
As I refered here, Apple has a built-in tool but is for …
Tagged as : localization