square/reader-sdk-android-quickstart

Reader SDK initialise error in one plus 6t Android version 10

dhruvvarde opened this issue · 1 comments

  1. java.lang.SecurityException: get serial: The user 10318 does not meet the requirements to access device identifiers.

2.com.squareup.EventStreamModule_Prod_ProvideEventStreamServiceFactory.get(EventStreamModule_Prod_ProvideEventStreamServiceFactory.java)

These errors raise while I initialize the square reader in my application.
can you please provide me a better solution to handle this error?

I am using the latest SDK for the square reader.
implementation 'com.squareup.sdk.reader:reader-sdk-Key:1.3.5'
runtimeOnly "com.squareup.sdk.reader:reader-sdk-internals:1.3.5"

I have updated the square SDK and all other play service library and it works for me.
Thank you it's working for me now.