Hi guys,
This is my first time implementing Unity IAP + Unity Services in my application. I’ve been following tutorials online and I finally managed all them correctly:
- Purchasing Items
- Restoring Items
- Receipt Validations
- Handling Errors
Unfortunately there’s still one issue I cannot address and I couldn’t find anything around the web.
Basically, when a purchase (or restoration) is completed I got those warning inside the log:
Value for key transactionReceiptSignature was null, it will not be included in event transaction.
Value for key transactionServer was null, it will not be included in event transaction.
Both of those warnings come (as I guessed) from Unity.Services.Analytics, and I suppose because the transaction events for analytics are sent automatically.
I have no clue how to solve those issues, does anyone know how to handle those?
Further info:
- Developing for iOS
- Analytics Version 4.4.2
- IAP Purchases Version 4.9.3