I’m implementing StoreKit Exterior Buy Customized Hyperlinks (EU) and up to now it’s actually painful.
I’m working into a wierd, device-specific problem. On 3/4 gadgets it really works. On one gadget I by no means get a token at launch nor earlier than a transaction. isEligible is true all over the place. All gadgets have variations 18.5 and are positioned in Germany.
Data.plist: SKExternalPurchaseCustomLinkRegions is ready to EU storefront codes and I’ve adopted each step within the documentation:
https://developer.apple.com/documentation/storekit/externalpurchasecustomlink
Good gadget: At launch → ACQUISITION = nil, SERVICES = token current. Works persistently.
Defective gadget: At launch → ACQUISITION = nil, SERVICES = nil. Identical earlier than transaction. No token ever reaches my server from this gadget.
isEligible is true on each gadgets.
Any specialists or assistance on the matter?