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
309 Develop [PHP] MacOS에서 PHP 7 설치하기 file hooni 2018.05.11 5010
308 System/OS [linux] CentOS 6.5 에서 "Bringing up interface eth0: Determining if ip address 121.78.127.197 is already in use for device eth0..." hooni 2014.04.05 4960
307 Develop [android] 안드로이드 동영상 스트리밍 예제 2 hooni 2015.01.02 4916
306 Develop [ios] UITableView 특정 Row만 Update hooni 2014.04.08 4839
305 Develop [ios] UUID 생성 + Key Chain 연동 file hooni 2016.05.13 4771
304 Develop [ios] Objective-C 프로퍼티의 strong, weak, assign file hooni 2014.03.17 4737
303 System/OS [linux] resolv.con 초기화 되는 문제 hooni 2014.04.05 4692
302 System/OS [linux] 초간단 SquirrelMail 설치/설정 (다람쥐 메일) hooni 2017.12.11 4592
301 System/OS [linux] CentOS Apache Httpd에 https 적용 hooni 2014.03.05 4581
300 Develop [ios] 앱딜리게이트 라이프사이클 (AppDelegate Lifecycle) file hooni 2014.05.09 4502
» Develop [ios] URL Scheme 이용하여 앱 설치 확인 hooni 2014.03.10 4408
298 System/OS [linux] split 명령어 hooni 2014.03.11 4375
Board Pagination Prev 1 ... 68 69 70 71 72 73 74 75 76 77 ... 98 Next
/ 98