Programing Language/iOS(Swift)
-
-
iOS)인앱결제 추가 (참고자료)Programing Language/iOS(Swift) 2020. 12. 5. 17:42
nicgoon.tistory.com/205 iOS in-app purchase iOS 결제 모듈을 사용하려면, Provisioning Profile이 있어야 합니다. 선행작업. 프로비저닝 프로파일 및 푸쉬 인증서 생성 : https://nicgoon.tistory.com/202 . 공식 문서. StoreKit : https://developer.app.. nicgoon.tistory.com devmjun.github.io/archive/purchase-1 Swift. In-app Purchase(non-consumable)에 대해서 알아봅니다 devmjun.github.io
-
iOS) Swift에 opencv 빌드하기Programing Language/iOS(Swift) 2020. 11. 22. 23:29
참고 자료 https://www.timpoulsen.com/2019/using-opencv-in-an-ios-app.html Using OpenCV in an iOS app Computer vision is cool tech ... computer vision in an iOS app is even better! In this post, I'll describe how you can integrate and use OpenCV in your Swift-based iOS app. Before we dig in to the process, let's take a look at how the finished integration www.timpoulsen.com 1. https://opencv.org/rele..
-
아이폰 기기별 해상도Programing Language/iOS(Swift) 2020. 8. 27. 20:48
아래의 웹페이지에 아이폰 기기별 해상도 및 UIKit size 등이 기술되어 있는 것 같습니다. https://developer.apple.com/library/archive/documentation/DeviceInformation/Reference/iOSDeviceCompatibility/Displays/Displays.html 위의 웹페이지에 기술된 아이폰 기기별 해상도 및 UIKit size 를 캡처하면 다음과 같습니다. [출처] 아이폰 기기별 해상도|작성자 까미유
-
iOS) Apple 로그인 연동Programing Language/iOS(Swift) 2020. 7. 26. 17:34
2020년 4월 이후로 sns플랫폼 연동 로그인을 앱과 연동하면 무조건 apple 로그인 또한 프로젝트와 연동해야한다. - Apple 로그인 연동 하는 방법 1. Signing & Capabilities에 Sign In with Apple 추가 2.Certificates, Identifiers & Profiles -> 개발자 홈페이지 이동 - Identifiers 목록들어가서 apple 로그인 연동할 프로젝트 클릭 - Capabilities 목록에서 Sign In with Apple을 체크하고 configure 클릭하고 진행한다. 3. 이후에 key 목록에서 추가를 누르고 Sign In with Apple 을 추가한다. 이후 https://devgyugyu.tistory.com/24 Apple Login..