#import "Reachability.h"


+ (BOOL)isConnectedToInternet

{

    Reachability *reachability = [Reachability reachabilityForInternetConnection];

    return NotReachable != [reachability currentReachabilityStatus];

}

Posted by tenn
,

bundler identifier에 이상한 문자가 들어가면


AFURLConnectionOperation에서 Bad Access로 기동이 안되고,

어플이 강제종료 되는 현상이 있다.


XCode5

iOS5, iOS6에서 현상 있음.

iOS7에서는 문제없음.

Posted by tenn
,



https://www.google.com/android/devicemanager


계정에 등록되어 있는 기기의 위치를 알수 있다.

벨소리도 울린다!

Posted by tenn
,