Is there any issue in the open func request(_ transaction: CXTransaction)

I found this api may fail after iOS18.0 open func request(_ transaction: CXTransaction, completion: @escaping ((any Error)?) -> Void)

But I can not reproduce it and it will recover after relaunch the app.

Is there any issue for this or guide line after iOS18?

I found this api may fail after iOS18.0 open func request(_ transaction: CXTransaction, completion: @escaping ((any Error)?) -> Void)

Failing how? What error is it returning? Actions are you submitting in the transaction? What's the state of your app when the failure happens?

Is there any issue for this or guide line after iOS18?

I'm not aware of any issues with this API.

__
Kevin Elliott
DTS Engineer, CoreOS/Hardware

Is there any issue in the open func request(_ transaction: CXTransaction)
 
 
Q