question

sonu avatar image
sonu asked

Issue with Getting Device ID on Android 13 Clover Flex Pocket Device

Hello Team,

I am experiencing issue with getting the device ID on a Clover Flex Pocket device running Android 13. The below code, which has been working fine on devices with Android OS versions below 10.

val merchantConnector = MerchantConnector(mContextApp, account, null)

merchantConnector.connect()

if (merchantConnector.merchant != null) {

val deviceId = merchantConnector.merchant?.deviceId

}

However, when I try to run this code on an Android 13 device, I am not able to retrieve the device ID. I have tried various troubleshooting steps, but I am still unable to resolve the issue.

Are there any changes in Android 13 that could be causing this issue? Are there any alternative methods for getting the device ID on Android 13 Clover devices?

Clover Android SDKClover Flex
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community