Solved

App not found error 4040003

  • 3 October 2023
  • 5 replies
  • 149 views

Badge +3

While in the process of setup.. 

 

Error enumerating unfinished transactions for first transaction listener: Error Domain=ASDErrorDomain Code=500 "(null)" UserInfo={NSUnderlyingError=0x28114e0d0 {Error Domain=AMSErrorDomain Code=301 "Invalid Status Code" UserInfo={NSLocalizedDescription=Invalid Status Code, AMSURL=https://mzstorekit-sb.itunes.apple.com/inApps/v1/history?REDACTED, AMSStatusCode=404, AMSServerPayload={

    errorCode = 4040003;

    errorMessage = "App not found.";

    okButtonString = OK;

}, NSLocalizedFailureReason=The response has an invalid status code}}, storefront-country-code=PRT, client-environment-type=Sandbox}

 

 

After this error the following shows up:

 

🍎‼️ Error fetching offerings - Não foi possível concluir a operação. (RevenueCat.OfferingsManager.Error, erro 1.)

There's a problem with your configuration. None of the products registered in the RevenueCat dashboard could be fetched from App Store Connect (or the StoreKit Configuration file if one is being used). 

More information: https://rev.cat/why-are-offerings-empty

 

Do I need to select any StoreKit configuration in Scheme Options?  (None is selected) 

 

 

 

Latest SDK version 

App is in 1.0 Prepare for Submission

Subscriptions are in Ready to Submit. Localization is in Prepare for Submission (why?)

 

 

icon

Best answer by MarkS 3 October 2023, 15:19

View original

5 replies

Badge +3

Testing on device 

Sandbox account active

Badge +3

This error appears if your app bundle ID does not match the one in App Store Connect

Badge +2

The same error. But I checked bundle ID a few times. They are identical.

 

Error enumerating unfinished transactions for first transaction listener: Error Domain=ASDErrorDomain Code=500 "(null)" UserInfo={NSUnderlyingError=0x280f037e0 {Error Domain=AMSErrorDomain Code=301 "Invalid Status Code" UserInfo={NSLocalizedDescription=Invalid Status Code, AMSURL=https://mzstorekit-sb.itunes.apple.com/inApps/v1/history?REDACTED, AMSStatusCode=404, AMSServerPayload={
errorCode = 4040004;
errorMessage = "App not found. Please try again.";
okButtonString = OK;
}, NSLocalizedFailureReason=The response has an invalid status code}}, storefront-country-code=POL, client-environment-type=Sandbox}

I successfully receive all subscriptions with prices. But the purchase is not successful.

 

 

Badge +2

The same error. But I checked bundle ID a few times. They are identical.

 

Error enumerating unfinished transactions for first transaction listener: Error Domain=ASDErrorDomain Code=500 "(null)" UserInfo={NSUnderlyingError=0x280f037e0 {Error Domain=AMSErrorDomain Code=301 "Invalid Status Code" UserInfo={NSLocalizedDescription=Invalid Status Code, AMSURL=https://mzstorekit-sb.itunes.apple.com/inApps/v1/history?REDACTED, AMSStatusCode=404, AMSServerPayload={
errorCode = 4040004;
errorMessage = "App not found. Please try again.";
okButtonString = OK;
}, NSLocalizedFailureReason=The response has an invalid status code}}, storefront-country-code=POL, client-environment-type=Sandbox}

I successfully receive all subscriptions with prices. But the purchase is not successful.

 

 

Ok. Related: https://status.revenuecat.com/incidents/bc051fmc44gg

the same error

Reply