Unity iOS
Get Non-Consumed Purchases
The following function retrieves a list of all non-consumed purchases:
If the request is successful, this function triggers the OnGetNonConsumeOrdersSuccess
callback with a list of order IDs corresponding to the non-consumed purchases.
If the request fails, this function triggers the OnGetNonConsumeOrdersFail
callback with an ErrorMessage
object.