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 System/OS [linux] ssh에서 원격 파일 전송하기.. hooni 2013.04.23 14210
308 System/OS [linux] 아파치설치/설정(모니터링) hooni 2003.04.23 14219
307 System/OS [linux] ipchains 사용예(패킷 필터링) hooni 2003.04.23 14241
306 Develop [c] 64bit 머신에서 inet_ntoa() 사용시 Segment fault 대처 방법법 hooni 2014.02.08 14261
305 Develop [C] C언어의 조건 연산자(Conditional Operator) hooni 2003.04.23 14280
304 Develop [c] vc++ 에서 clrscr(), gotoxy() 함수 사용하기.. hooni 2013.04.23 14285
303 Develop [c] 메시지큐(Message Queue) 설명.. (joinc) hooni 2013.04.23 14298
302 System/OS [linux] 기본 명령어 (내공쌓기) hooni 2003.04.23 14380
301 System/OS [linux] 아파치설치/설정 hooni 2003.04.23 14550
300 Develop [ios] iOS In App Purchase #1 (코드 구현 전 웹 설정 작업) file hooni 2013.11.20 14551
299 System/OS [doc] 네트워크 장비와 라우터 설정 방법 발표 자료 file hooni 2013.04.23 14552
298 Develop [ios] Objective-C에서 SQLite 사용하기.. file hooni 2013.04.23 14578
Board Pagination Prev 1 ... 68 69 70 71 72 73 74 75 76 77 ... 98 Next
/ 98