Search Unity

Bug Missing originalTransactionIdentifier in IAP for iOS subscriptions

Discussion in 'Unity IAP' started by James15478, Nov 8, 2021.

  1. James15478

    James15478

    Joined:
    Apr 2, 2013
    Posts:
    91
    Hi there,

    It seems every once in a while the receipt in the
    AppleInAppPurchaseReceipt array
    (in the purchase callback:
    public PurchaseProcessingResult ProcessPurchase (PurchaseEventArgs args)

    are missing originalTransactionIdentifier for a first purchase of an iOS subscription (and also other fields like originalPurchaseDate). Most of the time, all of fields are there but every so often these are missing. Is this a known issue? I am currently continuing testing in order to try to reproduce it and log out the results.
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    @James15478 When you can, please provide steps to reproduce
     
    James15478 likes this.