PeterStaev / nativescript-purchase

:moneybag: A NativeScript plugin for making in-app purchases!
Apache License 2.0
82 stars 28 forks source link

Get the ORDER-ID field #27

Closed erjdriver closed 6 years ago

erjdriver commented 6 years ago

On a purchase notification, right now I get access to a "trans_receipt" field which doesn't seem to correlate to anything the customer sees or receives.

But in the Apple iTunes receipt - they do get an ORDER-ID field - would it be possible to get that field?

PeterStaev commented 6 years ago

Hey @erjdriver , there is no such property. You can see all the available properties on iOS here. You can check what you receive in the transactionIdentifier field, but not sure if that is going to be the same as the Order ID.