Hi there,
I am working on an iOS app with Swift4 and I am struggling to find some specific information regarding in-app purchases cancellation.
I have read the In-App guide and other references from Apple (JSON fields etc...) but something is not clearly explained and I would like to get advice from someone who already had to deal with IAP cancellation.
My questions are:
in app field list? One cancelled and one purchased? (I don't think so, I suppose one item will appear only once, hence the cancellation date will not appear for the item once re-purchased, no real clear statement in Apple documentation)For now, I "mock" a cancellation for items received in the receipt with a flag at launch time to step into my code, it's the only reasonable way I found.
Isn't there any better (more accurate) way to test such scenarios?
Thank you for your time.
No responses yet.