文章出处,原创于 https://HawkingOuYang.github.io/
What is the difference between In House versus Ad Hoc distribution for Enterprise apps?
Why is the App Store and Ad Hoc button greyed out when I try to create a distribution certificate?
Apple enterprise program distribution questions
iTunes Connect: How to chose a good SKU?
Does bundle id need to be case sensitive?
Distributing iOS Apps With iTunes Connect
CFBundleVersion in the Info.plist Upload Error
CFBundleVersion must be a period separated list of at most three non negative integers
How to publish an almost identical version of my iOS app in a different location
How to Create a Framework for iOS 8 on Xcode 6
1.1 CFTypeRef 和 NSType 的桥接
1.2 CFTypeRef 和 NSType 的桥接
5.1 NSOperation vs Grand Central Dispatch
5.1 NSOperation vs Grand Central Dispatch
Does dispatch_async(dispatch_get_main_queue(), ^{…}); wait until done?
6.1 NSNotificationCenter vs delegation
6.1 NSNotificationCenter vs delegation
- NSOperationQueue, NSOperation, NSThread.
11. iOS Provisioning and Certifcates - Will Revoke/Renew effect App Store Apps?
12. io: ios app development option greyed out
13. If I revoke an existing distribution certificate, will it mess up anything with existing apps?
14. IOS Multiple Developer Certificates per One Login / One Apple ID / One Development Machine
问题:对于 已经上线AppStore的app,撤销发布证书,影响到已经上线的app吗?
答案:不影响。既不影响用户下载AppStore的app,也不影响开发者去更新这个AppStore上面的app。
证据:iOS Provisioning and Certifcates - Will Revoke/Renew effect App Store Apps?
但是,会影响企业版的app —— 撤销 发布证书,企业版本 就不能使用了。
How to create P12 certificate for iOS distribution
15. Developing for iOS on multiple computers, testing on a single device, advice?
16. How do I transfer my iOS developer profile to another computer?
App上传AppStore之后,内测人员,外测人员, 测试之后,提交审核。
- 线程安全,NSRunLoop,CFRunLoopRef。
http://blog.csdn.net/horkychen/article/details/8134917
http://www.cnblogs.com/GarveyCalvin/p/4206009.html
http://junewong.com/run_loops.html
http://blog.csdn.net/wzzvictory/article/details/9237973
http://oncenote.com/2015/03/22/Threading-Run-Loop/
http://lianxu.me/2012/11/10-cocoa-objc-newbie-problems/
http://www.dreamingwish.com/article/ios-multithread-program-runloop-the.html
14. 正确使用Block避免Cycle Retain和Crash
15.1 What are the common use cases for __IPHONE_OS_VERSION_MAX_ALLOWED?
15.2 What are the common use cases for __IPHONE_OS_VERSION_MAX_ALLOWED?
How to #define based on iOS version?
http://stackoverflow.com/questions/3269344/what-is-difference-between-these-2-macros/3269562#3269562
IPHONE_7_0 IPHONE_8_3 等
IPHONE_OS_VERSION_MIN_REQUIRED
IPHONE_OS_VERSION_MAX_ALLOWED
Deployment target
SDK version
iPhone操作系统版本
这些之间的关系。
16. 上线规则 App Store Review Guidelines
17. Add local repo for existing Xcode 5 Project
18. Handling application:willChangeStatusBarFrame:
Resize for in-call status bar?
19. App store 审核上传Advertising Identifier查找和IDFA
iOS app submission missing 64 bit support
http://stackoverflow.com/questions/26790554/ios-app-submission-missing-64-bit-support
http://stackoverflow.com/questions/30186906/itms-90086-missing-64-bit-support
http://blog.csdn.net/sinat_25471067/article/details/43733315
对比iOS网络组件:AFNetworking VS ASIHTTPRequest
Core Data VS Sqlite or FMDB…?
支持coredata:http://stackoverflow.com/questions/8723923/core-data-vs-sqlite-or-fmdb
支持fmdb: http://objccn.io/issue-4-3/
Notification与多线程,NSNotificationCenter的线程安全性
What are the differences between BitBucket and GitHub?
GitHub vs. Bitbucket vs. GitLab
How to Create Free Private Code Repositories using GitHub
Does dispatch_async(dispatch_get_main_queue(), ^{…}); wait until done?
Working in Teams - Fabric was designed for working in teams.
What happens if an api your app uses is deprecated after your app is released?
ios how to use Images.xcassets
Xcode 6 - xcassets for universal image support
ios7 (xcode5)新特性-asset catalog与image slicing
Accidentally removed xcassets file from XCode project
GitHub 上都有哪些值得关注学习的 iOS 开源项目?
http://blog.csdn.net/u014632353/article/details/45332319
http://www.jianshu.com/p/3625796aaf98
http://foggry.com/blog/2014/04/25/githubyou-xiu-xiang-mu-ios/
What is a .a (as libcrypto.a) file?
Library (.a file) or framework in iOS, what is a better choice
How can I create static library and can add just .a file on any project in ios
libz.dylib versus libz.1.2.3.dylib versus libz.1.2.5.dylib
Whats the dSYM and how to use it? (iOS SDK)
iphone: Where the .dSYM file is located in crash report
分析iOS Crash文件:符号化iOS Crash文件的3种方法
Symbolicating iPhone App Crash Reports
issue with uploading dSYM to crashlytics
Check that an email address is valid on iOS
What are best practices for validating email addresses in Objective-C for iOS 2.0
通过手机浏览器,打开ios设备上应用/通过url schema打开本地应用
Iphone apps that supports URL schema
How to change the name of the active scheme in XCode?
Xcode: What is a target and scheme in plain language?
Apple移动设备处理器指令集 armv6、armv7、armv7s及arm64
UIViewController的生命周期和didReceiveMemoryWarning后的流程
在iOS客户端实现google oauth2登录以及在asp.net服务端上form认证
how-to-use-xcode-for-android-projects : Xcode能搞Android ?
comparing-xcode-and-android : Xcode能搞Android ?
关于手机的序列号,UDID,IMEI,IMSI,ICCID详解
How is a tag different from a branch? Which should I use, here?
扫描二维码自动识别手机系统(Android/IOS)跳转不同页面
我们希望让用户通过扫二维码下载apk,但是微信屏蔽了这种方式,有没有方法可以实现?
When to use Storyboard and when to use XIBs
How do pointer to pointers work in C? —— double pointer
NSMapTable: 不只是一个能放weak指针的 NSDictionary
http://www.zhihu.com/question/19604641
什么是arc?(arc是为了解决什么问题诞生的?)
请解释以下keywords的区别: assign vs weak, block vs weak
__block在arc和非arc下含义一样吗?
使用atomic一定是线程安全的吗?
描述一个你遇到过的retain cycle例子。(别撒谎,你肯定遇到过)
+(void)load; +(void)initialize;有什么用处?
为什么其他语言里叫函数调用, objective c里则是给对象发消息(或者谈下对runtime的理解)
什么是method swizzling?
UIView和CALayer是啥关系?
如何高性能的给UIImageView加个圆角?(不准说layer.cornerRadius!)
使用drawRect有什么影响?(这个可深可浅,你至少得用过。。)
ASIHttpRequest或者SDWebImage里面给UIImageView加载图片的逻辑是什么样的?(把UIImageView放到UITableViewCell里面问更赞)
麻烦你设计个简单的图片内存缓存器(移除策略是一定要说的)
讲讲你用Instrument优化动画性能的经历吧(别问我什么是Instrument)
loadView是干嘛用的?
viewWillLayoutSubView你总是知道的。。
GCD里面有哪几种Queue?你自己建立过串行queue吗?背后的线程模型是什么样的?
用过coredata或者sqlite吗?读写是分线程的吗?遇到过死锁没?咋解决的?
http的post和get啥区别?(区别挺多的,麻烦多说点)
我知道你大学毕业过后就没接触过算法数据结构了,但是请你一定告诉我什么是Binary search tree? search的时间复杂度是多少?我很想知道。