Contents

Views 4411 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

# URL Scheme 이용하여 카카오톡, 라인, 마이피플 앱 설치 확인

- (void)canOpenInviteAppURL
{
    NSString *kakaotalk = [NSString stringWithFormat:@"%@",@"kakaolink://"];
    NSString *mypeople = [NSString stringWithFormat:@"%@",@"myp://"];
    NSString *line = [NSString stringWithFormat:@"%@",@"line://"];
     
    BOOL isInstalledKakaoTalk = [[UIApplication sharedApplication]
        canOpenURL:[NSURL URLWithString:kakaotalk]];

    BOOL isInstalledMyPeople = [[UIApplication sharedApplication]
        canOpenURL:[NSURL URLWithString:mypeople]];

    BOOL isInstalledLine = [[UIApplication sharedApplication]
        canOpenURL:[NSURL URLWithString:line]];
 
}


[참고]

카카오톡 http://www.kakao.com/services/api/kakao_link

마이피플 http://dna.daum.net/apis/urlscheme/ref#bm_us_myp

라인 http://media.line.naver.jp/howto/en/


?

List of Articles
No. Category Subject Author Date Views
349 Develop [c++] 템플릿(Template) 예제 소스.. file hooni 2013.04.23 7001
348 Develop [c++] 프리렉(freelec) 예제 자료.. ㅋㄷ file hooni 2013.04.23 6855
347 Develop [php] 논문 관리 프로그램.. ㅋㅋ file hooni 2013.04.23 7284
346 Develop [php] 빔 프로젝터 예약 프로그램.. ㅋㅋ file hooni 2013.04.23 6955
345 Develop [c++] 쓰레드(Thread) 객체의 사용 hooni 2013.04.23 8609
344 Develop [c] Unix Domain Socket 을 이용한 IPC hooni 2013.04.23 8044
343 Develop [chm] Programming Applications for Microsoft Windows file hooni 2013.04.23 7282
342 Develop [pdf] 포인터 문법 정리 (C pointer) file hooni 2013.04.23 7145
341 Develop [chm] C++ 문법 가이드 file hooni 2013.04.23 7970
340 Develop [chm] 윈도우즈에서 디버깅 기법(Debugging Applications) file hooni 2013.04.23 7553
339 Develop [pdf] 윈도우즈 95 시스템 프로그래밍(Windows 95 system programming) file hooni 2013.04.23 6866
338 Develop [chm] 비주얼 C++ 팁 모음 문서 file hooni 2013.04.23 7519
Board Pagination Prev 1 ... 37 38 39 40 41 42 43 44 45 46 ... 71 Next
/ 71