hello i tried to implement IPayPayment on Android,
val checkoutIntent = Ipay.getInstance().checkout(payment,applicationContext, ResultDelegate())
checkoutIntent
The error is thrown on Android 9 devices. when we try to access Serial number of device, without application having READ_PHONE_STATE permission.
The error is thrown when serial number is read using reflection.
Apps needing the Build.serial identifier must now request the READ_PHONE_STATE permission and then use the new Build.getSerial() method added in Android 9. [Android link here|[https://developer.android.com/about/versions/pie/android-9.0-migration]]