1 - iOS
[iOS/Swift] Instagram App open 인스타그램 앱 연결
seonshine-bibi
2022. 4. 5. 14:25
반응형
Instagram App open 인스타그램 앱 연결
나의 앱에서 다른 앱을 여는 방법
info.plist 에 LSApplicationQueriesSchemes 속에 instagram string을 추가한다.
노란색 네모 부분에 열려고 하는 Instagram 프로필의 이름을 넣어준다.
버튼을 클릭하면 Instagram 어플리케이션으로 연결하거나, 어플이 설치되어있지 않을때는 웹페이지로 연결한다.
참고
https://stackoverflow.com/questions/40403861/how-do-i-open-instagram-app-from-my-ios-app
How do I open Instagram app from my iOS app?
I am trying to open the Instagram application from my iOS app through UIButton action but it's not working. It shows nothing. Here is my code in Swift 3: @IBAction func Instagram(_ sender: AnyOb...
stackoverflow.com
반응형