일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ios framework
- java
- Status Bar
- so file
- apache
- Push
- sha1 convert hashkey
- android log dump
- 인증서 정보 뽑아내기
- ios
- FlexiblePageView
- v8 engine xcode build
- IOS10
- 공인인증서 만료일
- V8 Engine
- apns
- SO 파일
- 공인인증서 정보
- embedd
- apk 다운사이징
- Magnify Anim
- Android
- PageControl
- 안드로이드
- Android NDK시스템
- Google V8 Engine
- IMAGE
- appbarlayout
- Objective C
- JavaScript Engine
- Today
- Total
목록분류 전체보기 (55)
caTea 블로그
ATS필수조건과 iOS10의 출시로 어떤 것이 바뀌는가?ATS는 지금까지 ATS 자체의 비활성화와 화이트리스트를 작성하고 ATS통신 차단 대상에서 제외할 도메인을 지정하거나 전체 ATS를 해제하면서 일부 도메인은 ATS대상으로 하거나 ATS가 허용하는 암호화수준을 낮추는 등의 사용자정의가 가능해졌다.ATS설정은 앱의 info.plist에 키를 추가해서 값을 설정하지만 이용 가능한 키는 아래 링크를 참고하기 바란다. (관련 정보 링크)단, 주의해야할 점은 해당 문서는 iOS10이 아직은 베타이기 때문에 확정된 최종사양서가 아니기 때문에 변동이 생길 수 있습니다.iOS10에서 새롭게 추가된 NSAllowsArbitraryLoadsInWebContent라는 키가 추가되었고 이 키 설정값을 YES로 하면 웹페이..
ios10부터 클라이언트에서 apns 등록요청이 달라졌다 하여 하위호완성을 고려해 10버전일경우 분기처리하였다 APPDELEGATE HEADER#import @interface AppDelegate : UIResponder --------------------------------------------------------------------------------------------------------------------------APPDELEGATE.m - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {....// APNS 등록 10ver 이상 if(..
1. SSKeychain 클래스를 사용하고있다면 클래스명을 바꾸어야합니다 10에서 같은 명칭의 클래스가 있다고하네요 2. NSURLConnection NSURLSession 에 TLS핸드쉐이크 과정에서 RC4 암호화 방식을 지원 안한다네요 3. AVFramework delegate 가 바뀌었습니다 영상처리관련 앱들은 영향이 있을것으로예산됩다 4. 사파리의 웹뷰지오로케이션이 https d일 경우에만 지원됩니다 5. NSURLConnection 이 deprecate 되면서 NSURLSession 을 권장하고있습니다 6. 권한관련 이슈 이제 사진첩이나 주소록에 접근시 info.plist에 정의해주어여합니다 관련자료 - useyourloaf.com/blog/privacy-setting-in-ios-10
NSURLConnection 이 deprecate되면서 이걸사용해야한다 간단하게 사용하는 코드다 //헤더및 데이터 설정 NSMutableURLRequest *request = [[NSMutableURLRequest alloc] init]; [request setURL:[NSURL URLWithString: @"요청URL"]; [request setHTTPMethod:@"POST"]; [request setValue:postLength forHTTPHeaderField:@"Content-Length"]; if( [APPDELEGATE.kUserAgent length] > 0 ){ [request setValue:@"유저에이전트" forHTTPHeaderField:@"User-Agent"]; } [reque..
/** * 디바이스 타입을 리턴한다 * * @return 해상도에 따른 디바이스 타입(0:default, 1:iPhone6(s), 2:iPhone6+(6s+)) */+ (int) deviceType{ int returnVal = DEVICE_DEFAULT; CGRect screenSize = [[UIScreen mainScreen] bounds]; int height = screenSize.size.height; switch (height) { case 667: //6 returnVal = DEVICE_6; break; case 736: //6Plus returnVal = DEVICE_6_PLUS; break; default: //default.. 480, 568, etc.. break; } return..
package com.ubist.tourtainment.mos.common.views; import android.content.Context;import android.support.v4.view.ViewPager;import android.util.AttributeSet;import android.view.MotionEvent;import android.view.View; public class VerticalViewPager extends ViewPager{private final String TAG = "VerticalViewPager"; public VerticalViewPager(Context context) { this(context, null); } public VerticalViewPag..
/* * Copyright (C) 2015 Vincent Mi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,..
Barcode barcode = BarcodeFactory.createCode128(lot);barcode.setBarHeight(printHeight);barcode.setBarWidth(printWidth);File file = new File(barcodePath + lot + ".png");if(file.exists() == true){obj.setLot_img(returnBarcodePath + lot + ".png");urlArray.add(obj);continue;}BarcodeImageHandler.savePNG(barcode, file);
오픈 소스 라이센스에 대한 요약The Code Project Open License (CPOL) * 저작권 보호: 예 * 상용 소프트웨어에서 사용 가능: 예 * 버그 패치 및 기능 확장 제공의 의무: 아니오 * 명시적 특허권 행사 가능 여부: 예 * 사유 프로그램 (소스 비공개 프로그램)에서 사용 가능 여부: 예 * 라이센스 전파 여부: 아니오 The Common Development and Distribution License (CDDL) * 저작권 보호: 예 * 상용 소프트웨어에서 사용 가능: 예 * 버그 패치 및 기능 확장 제공의 의무: 예** * 명시적 특허권 행사 가능 여부: 예 * 사유 프로그램 (소스 비공개 프로그램)에서 사용 가능 여부: 예 * 라이센스 전파 여부: 아니오 The Micro..
필요 라이브러리-------------------------------------- 소스 import java.io.File;import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.InputStream;import java.io.OutputStream;import java.util.UUID; import org.w3c.tidy.Tidy;import org.xhtmlrenderer.pdf.ITextFontResolver;import org.xhtmlrenderer.pdf.ITextRenderer; import com.lowagie.text.pdf.BaseFont; public class PdfConverter { publi..