android-samples icon indicating copy to clipboard operation
android-samples copied to clipboard

UAirship.shared().getPushManager().getChannelId() always return null

Open lambui09 opened this issue 3 years ago • 2 comments

UAirship.shared().getPushManager().getChannelId() always return null on Android 19 kitkat 4.4.4

lambui09 avatar Apr 22 '21 04:04 lambui09

It's due to insufficient TLS requirements. You will need to install google security provider to be compatible. https://docs.airship.com/platform/android/network-provider-support/

In the next release we are dropping support for devices older than lollipop.

BTW, this is an old repo that I will archive. You should use https://github.com/urbanairship/android-library instead for any other issues.

rlepinski avatar Apr 22 '21 05:04 rlepinski

@rlepinski :I understand. https://docs.airship.com/platform/android/network-provider-support/ not working. It still returns null

lambui09 avatar Apr 22 '21 07:04 lambui09