Swift ) App의 버전 정보 가져오기
안녕하세요 오늘은 APP 버전을 가져오는 방법을 기술하겠습니다. 이번에 개발하면서 처음 앱 실행시 앱에 버전과 안맞으면 업데이트를 하는 기능을 해야되서 개발하게 되었는데요 현제 버전과 최소버전을 두개를 비교해야되는데 let version = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as! String let bundleVersion = Bundle.main.infoDictionary?["CFBundleVersion"] as! String print(version) if (version == VersionCode) == true { self.stepProc() }else { let iBundle = Int(bundleVersion) let iM..
IOS
2020. 7. 27. 19:10
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Swift button text underline
- 샤브샤브
- Sandbox account logout
- Swift app version check
- Sandbox account sign out
- [WindowScene] Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?
- Swift version code
- Sandbox test login on
- Swift 앱 버전
- Bundle main infodictionary swift 4
- Android
- swift autoclosure
- 위메프
- iPhone X safe area size
- swift uitextfield 글자수 제한
- firebase remote config
- SceneDelegate error
- [WindowScene] Failed to Error
- Swift button underline programmatically
- Swift textField max length
- wwdc21 actor
- swift actor
- Swift check notch
- How to get version swift
- android notification
- 맛집
- Swift 노치 구분
- autoclosure
- Swift label underline storyboard
- 쇼미더머니6
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함