Contents

Views 4408 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
637 Develop [ios] Objective-C 프로퍼티의 strong, weak, assign file hooni 2014.03.17 4738
636 Develop [ios] UUID 생성 + Key Chain 연동 file hooni 2016.05.13 4777
635 Develop [ios] UITableView 특정 Row만 Update hooni 2014.04.08 4839
634 Develop [android] 안드로이드 동영상 스트리밍 예제 2 hooni 2015.01.02 4916
633 Develop [ios] Using protobuf(Protocol Buffers) on iPhone (iOS) file hooni 2014.03.20 5012
632 Develop [PHP] MacOS에서 PHP 7 설치하기 file hooni 2018.05.11 5019
631 Develop [c] 윈도우 API Viewport와 Window file hooni 2013.04.23 5977
630 Develop [js] 자바스크립트 escape()를 PHP로 받기 hooni 2013.04.23 6001
629 Develop [doc] C++언어 문법 설명서 file hooni 2013.04.23 6192
628 Develop [js] 서서히 나타나는 화면.. ㅋㅋ hooni 2013.04.23 6220
627 Develop [java] 에디터.. swing 사용 file hooni 2013.04.23 6330
626 Develop [c][php] 프로세스정보와 메모리 정보 웹으로 출력하는거.. file hooni 2013.04.23 6341
Board Pagination Prev 1 ... 13 14 15 16 17 18 19 20 21 22 ... 71 Next
/ 71