I’m running on a real device connected to Xcode, and I’m getting this error when first launching my app:
Invalid Product Identifiers - (
"rw_beta_elite_19_1m_2w0",
"rw_beta_elite_99_1y_2w0"
)
2021-09-05 17:43:04.367091-0400 Rewire Betae29316:9415860] :Purchases] - DEBUG: 2 completion handlers waiting on products
2021-09-05 17:43:04.367210-0400 Rewire Beta029316:9415594] 9Purchases] - WARN: Could not find SKProduct for (
"rw_beta_elite_99_1y_2w0",
"rw_beta_elite_19_1m_2w0"
)
There is a problem with your configuration in App Store Connect.
I’ve verified that my identifiers match up to what’s in App Store Connect:
https://share.getcloudapp.com/04uxEz42
I’ve also verified API key is correct, iTunesConnect App-Specific Shared Secret is correct, etc. Made sure the in-app purchase capability it enabled in Xcode for my target.
Any ideas?