Math.abs(int a);
iOS 와 동일하게 출력됩니다. public static String getCountry() { return Locale.getDefault().getCountry(); } public static String getDisplayCountry() { return Locale.getDefault().getDisplayCountry(Locale.US); } 2020/08/13 - [Development Note/iOS] - [objective-c] 국가코드 및 국가명 가져오기
유니티엔진에서 제공하는 deviceUniqueIdentifier 와 동일하게 만들어줍니다. md5 함수 구현부는 아래링크 참조바랍니다. 구글에서 권장하는 사용방법 public static String getDeviceId(Context context) { String deviceId = ""; String android_id = Settings.Secure.getString( context.getContentResolver(), Settings.Secure.ANDROID_ID); deviceId = md5Encode(android_id); return deviceId; }2020/08/13 - [Development Note/iOS] - [objective-c] DeviceID 가져오기 2020/04/1..
public static String getTimeZone() { TimeZone timeZone = TimeZone.getDefault(); Calendar calendar = GregorianCalendar.getInstance(timeZone); int offsetInMillis = timeZone.getOffset(calendar.getTimeInMillis()); Log.v("gmt offset(sec)", String.valueOf(offsetInMillis)); //초에서 분으로 환산 String offset = String.format(Locale.getDefault(),"%02d", Math.abs((offsetInMillis / 60000))); Log.v("gmt offset(min)..
requestpermissions
Google Play Billing Library Version 3 참고사항 테스트결제시 apk 빌드는 develop 인증서 사용가능. (단 프로덕션 이하로 앱게시 필요) 결제테스트시 스토어 관리자계정이 아닌 다른 구글계정으로 테스트 필요. 최신 빌링 라이브러리 버전. AndroidManifest.xml에 BILLING 권한 필요없음. 예제 dependencies { implementation 'com.android.billingclient:billing:3.0.3' } public class GoogleBillingImpl implements PurchasesUpdatedListener { private static final String TAG = "GoogleBillingImpl"; ..
- Total
- Today
- Yesterday
- permissionCheck
- abs
- tempfile
- nsurl to nsstring convert
- Error Domain=SKErrorDomain Code=0
- java.lang.IllegalStateException: Expected BEGIN_OBJECT but was BEGIN_ARRAY at line
- iTunes Store에 연결할 수 없음
- tempdir
- convert nsurl to nsstring
- 절대값함수
- setCancelable vs setCanceledOnTouchOutside
- DeviceModel
- countryName
- ioutil
- 퍼미션체크
- Golang
- Locale.getDefault().getLanguage()
- dialog
- nsurl 에서 nsstring 변환
- abs 함수
- countryCode
- LanguageCode
- NSUserDefaults 예제
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |