Contact Person

퐁당풍당

Mobile Developer Share

관리자 글쓰기 로그인

Mobile Developer Share

    카테고리

    • APP (25)
      • Android (11)
        • Develop (9)
        • Error (2)
      • IOS (9)
        • Develop (9)
        • Error (0)
      • - (2)

    Mobile Developer Share

    Mobile Developer Share
    퐁당풍당

    IOS 앱 배포 방식에 대한 설명

    IOS앱 배포 방법에 대해 설명드립니다.1. 테스트 기기를 맥과 USB 연결 및 빌드 1-1. 별다른 설정을 할 필요 없이. 기기 받아서 개발기기 활성화 시키고 XCode 에서 자동으로 관리하는 provisiongProfile 로 바로 앱이 설치가 가능합니다. 1-2. 디바이스 등록 제한은 100대 까지 제한합니다.2. 애드혹 OTA(Over The Air) 배포 ( UDID 수집 후 배포 ) 2-1 테스트 기기를 가진 소유자가 UDID 만 알려주면 OTA 배포가 가능합니다. 2-2 배포를 하기위해 SSL 적용된 WEB SERVER가 필요합니다. 2-3 해당 서버에 *.ipa 파일과 *.plist 파일을 업로드 후 해당 *.pist 파일의 링크를 사용자에게 전달하여야 합니다. 2-4 *.plist 파일 ..

    IOS/Develop 2018. 3. 6. 10:50

    Mobile Developer Share

    Mobile Developer Share
    퐁당풍당

    [Swift] 바코드 생성하기

    목적 : ZXing 라이브러리 사용하여 바코드 생성하기1. 라이브러리 추가 - 저는 cocoapod 를 사용해서 작업을 진행 하였습니다. - 참고 (https://github.com/TheLevelUp/ZXingObjC) target 'zxing67' do # Comment the next line if you're not using Swift and don't want to use dynamic frameworks use_frameworks! # Pods for zxing67 pod 'ZXingObjC', '~> 3.2.1' end2. 핵심 코드 - IOS는.. 별도의 코드가 필요가 없네요.. 띠로링... import ZXingObjC3. 사용법 let write = ZXMultiFormatWriter..

    IOS/Develop 2018. 3. 5. 16:09

    Mobile Developer Share

    Mobile Developer Share
    퐁당풍당

    [Android] 바코드 생성하기

    목적 : ZXing 라이브러리 사용하여 바코드 생성하기1. 라이브러리 추가 compile 'com.google.zxing:core:3.3.2'2. 핵심 코드 // 배경 색상 private static final int WHITE = 0xFFFFFFFF; // 바코드 색상 private static final int BLACK = 0xFF000000; private Bitmap encodeAsBitmap(String contents, BarcodeFormat format, int img_width, int img_height) throws WriterException { String contentsToEncode = contents; if (contentsToEncode == null) { return n..

    Android/Develop 2018. 3. 5. 16:04

    Mobile Developer Share

    Mobile Developer Share
    퐁당풍당

    Swift-[IphoneX 체크]

    1. 아이폰 X 디바이스 인지 확인하는 방법 - 주요 포인트는 safeAreaInsets이 0이 아니면 이다. class var isIphoneX : Bool { get { guard #available(iOS 11.0, *) else { return false } if(UIApplication.shared.windows[0].safeAreaInsets != UIEdgeInsets.zero) { return true } return false } }

    IOS/Develop 2018. 2. 7. 15:05

    Mobile Developer Share

    Mobile Developer Share
    퐁당풍당

    Swift-[Network 상태 확인]

    1. 네트워크 활성화 여부 판단하기 // 네트워크 상태 체크 class var connectedToNetwork: Bool { get { var zeroAddress = sockaddr_in(sin_len: 0, sin_family: 0, sin_port: 0, sin_addr: in_addr(s_addr: 0), sin_zero: (0, 0, 0, 0, 0, 0, 0, 0)) zeroAddress.sin_len = UInt8(MemoryLayout.size(ofValue: zeroAddress)) zeroAddress.sin_family = sa_family_t(AF_INET) let defaultRouteReachability = withUnsafePointer(to: &zeroAddress) { $..

    IOS/Develop 2018. 2. 7. 15:04
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    최근에 올라온 글
    RECENT POSTS
    최근에 달린 댓글
    RECENT COMMENTS
    LINK
    -
    방문자수
    COUNTER
    Today
    Yesterday
    Total
    퐁당풍당’s Blog is powered by / Designed by UX공작소
    위로가기

    티스토리툴바