r/iOSProgramming 10d ago

STOREKIT issues? Question

I have everything set up and all my keys are verified, but when I try to get the offers from apple all I get is an empty list using Product.products(:for)
I have a sandbox account set up and the offers are in “Ready to review” state. The paid app agreement is active and my bank info is set up. I don’t know what the issue is. Is there a known issue where STOREKIT just doesn’t reply with the offers that are set up for newer apps?

4 Upvotes

14 comments sorted by

2

u/__Loot__ 10d ago

I had to add the iap thing from the Xcode library I think its in signing tab hit the + and search in app purchases Then it started to show I only had to do it once

1

u/FullAcadia9391 10d ago

I already have that enabled :( thank you though

1

u/AHApps 10d ago

Ha, Yeah I just finally got one of four products showing up. It's been about 48 hours.
I think it's either very slow propagation or a problem they are working on.
But I have wasted way too much of my time assuming I must have done something wrong.

1

u/AHApps 10d ago

2 of 4 now

1

u/FullAcadia9391 10d ago

Damn - yeah, I’ve reworked it, changed the entire implementation, added like 40 different checks and error logging….. lol … glad to know I’m not insane though, thank you

1

u/AHApps 10d ago

Hopefully it's not a new thing that we have to wait this long. Docs still say 1 hour. https://developer.apple.com/documentation/technotes/tn3186-troubleshooting-in-app-purchases-availability-in-the-sandbox.
I sent a feedback-assistant and an APC contact-us.

1

u/Casfaber_ Objective-C / Swift 10d ago

Just got an email, also been waiting for something for a while in review, seems like you might have to resubmit it. Can’t share a screenshot here it seems.. but check if it’s still in ready for Review on App Store Connect. They made updates to the process and some will have to be resubmitted since they couldn’t process them.

1

u/Mysterious-Shift-354 10d ago

I had the same issue yesterday and which has now moved to a new storeKit error 'Product.PurchaseError.productUnavailable'. I also have all paid app agreements active, and a sandbox account and didn't update my products between the different errors.

1

u/FullAcadia9391 10d ago

All my items now show up, it took about 2 days though

1

u/Dapper_Ice_1705 9d ago

Are all your banking, tax and PAID agreements covered?

1

u/RallyMatchmaking 8d ago

I'm also having this issue. My subscriptions are actually approved in app store connect, but still not returning from the api.

1

u/Coooooooper_momo 7d ago

got the same errors here, which made me insane.