Views 4364 Votes 0 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/

?

  1. 종합시험 관련 자료

  2. 웹 보안 논문 주제 2016

  3. 플라스터(Plaster) 수업 내용

  4. [c#] 전자금융보안론 발표/설치 자료(툴바 소스코드)

  5. DDay Memo 1.9.4 소스코드

  6. IPR 특허 관련

  7. [js] 2048 예쁘게 만들고 있는거.. ㅋㄷ

  8. IoT가 만드는 미래와 플랫폼 경쟁력

  9. 아이 훌레시 작업중 ㅋㅋ

  10. [ios] 최신 UI 모음.. (나중에 정리할 것)

  11. [ios] APNS 샘플 코드..

  12. 이어서 작업할 내용~

  13. 영어 관련 토렌트

  14. 영어 아주 쉬운 영작문 강의 01~60

  15. [ios] 패스(path) 앱 메뉴 스타일

  16. [ios] 스터디 자료 (from 종길M)

Board Pagination Prev 1 ... 70 71 72 73 74 Next
/ 74