SKProductsRequest failing specifically for Auto-Renewable Subscriptions

Starting Thursday, May 11th, all SKProductsRequest for ONLY Auto-Renewable Subscriptions fail - triggering

func request(_ request: SKRequest, didFailWithError error: Error)


This is the error being returned

Error Domain=SSErrorDomain Code=109 "Cannot connect to iTunes Store"
UserInfo={NSLocalizedDescription=Cannot connect to iTunes Store, SSErrorHTTPStatusCodeKey=404}


This only happens for NEW Auto-Renewable Subscriptions. This is happening on my main app, and after creating an entirely new app. Has anyone else been experiencing this? Is there a remedy or is it solely on Apple's side?

Replies

Just figured it out. After adding metadata, this error went away. God knows why it's only required for Auto-Renewable Subscriptions. =/

I was also seeing this. Adding metadata to the subscriptions also fixed it for me - thanks!

Where did you add metadata, and to what exactly?

Can you clarify where adding metadata fixed the issue for you? Thank you!

David