SMS 또는 통화 기록 권한 그룹 사용 ( ~ 2019/01/09)

위 권한들이 앱에 있을 경우 Google Play에 업데이트시 심사가 어려워짐.

아래 링크들 참조 필요.
https://support.google.com/googleplay/android-developer/answer/9047303
https://play.google.com/about/privacy-security-deception/permissions/
https://m.clien.net/service/board/news/12813944

Google Play services API 14 & 15 지원 중단
- Google Play Services 14.7.99 까지만 지원
https://android-developers.googleblog.com/2018/12/google-play-services-discontinuing.html

FCM 전환 (~ 2019/04/11)

기존 GCM에서 FCM으로 전환되면서 이제 GCM 서비스 종료됨.
https://developers.google.com/cloud-messaging/android/android-migrate-fcm

안드로이드 Pie(OS 9, API 28)에서 https 접근 문제

웹뷰나 API 등 작업으로 https시 오류나는 경우들 발생함.
https://android-developers.googleblog.com/2018/04/protecting-users-with-tls-by-default-in.html
https://developer.android.com/training/articles/security-config#CleartextTrafficPermitted
http://nobase-dev.tistory.com/search/usesCleartextTraffic
https://namu.wiki/w/%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C(%EC%9A%B4%EC%98%81%EC%B2%B4%EC%A0%9C)/%ED%8C%8C%EC%9D%B4

'Android개발 > News' 카테고리의 다른 글

[Android] 2018년부터 Target API 지정 관련 내용.  (0) 2017.12.29

내년부터 Google Play Console에 앱을 등록/업데이트시 최신 API를 지정하는 것을 필수 사항이 된다고 합니다.


  • 2018년 8월 : 새로운 앱은 Target API 26 (Android 8.0) 이상.
  • 2018년 11월 : 기존 앱 업데이트시 Target API 26 이상.
  • 2019년 이후 : 매년 targetSdkVersion 올라감. 


이와 더불어 2019년 8월부터 새 앱 등록시 64비트 코드로 등록이 가능하다고 합니다.

(64비트 관련 JNI 미사용시 호환에 크게 문제가 없다고 함. 링크 )


관련 링크들 참조 : 







  

+ Recent posts