Tag Archives: ios

[转]ios拍照UIImagePickerController在iPhone和iPad中用法的一点不同

转载自:

我们知道,在iPhone中获取照片库常用的方法如下:
UIImagePickerController *m_imagePicker = [[UIImagePickerController alloc] init];
if ([UIImagePickerController isSourceTypeAvailable:
UIImagePickerControllerSourceTypePhotoLibrary]) {
m_image[......]

继续阅读

[转]Application Loader上传之后出现Please sign in with an app-specific password. You can create one at appleid.apple.com

转载自:http://www.jianshu.com/p/0de73d9ead1d

今天要更新APP,因为是新的账号,所以在Xcode无法登陆。

提示信息:Please sign in with an app-specific password. You can create one at appleid.apple.com

最后论坛里面查看了之后,才发现是由于自己账号开启了二重验证,所以才导致在xcode上无法登陆

解决办法如下:

在Apple官网登陆你的账号,在[......]

继续阅读