Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AppCenter IOS App store connection error finding app

I am trying to connect appcenter to app store, I can create the account connection to app center however it wont find the app that is already published:

No apps found on App Store Connect Please create an app and refresh

Any idea?

like image 969
Douglas Avatar asked Oct 14 '25 15:10

Douglas


1 Answers

This looks like a bug in the AppCenter code. The browser console shows an error for the request to get apps. e.g. the POST request to:

https://appcenter.ms/api/v0.1/apple/itunes/get_all_apps

returns HTTP 500 with the response

{
    "code": "internal_server_error",
    "message": "{\"code\":\"internal_server_error\",\"message\":\"undefined method `include?' for nil:NilClass\"}"
}

Unfortunately this looks it will need Microsoft to fix it.


Update

The AppCenter team have come back with a message to say it's an issue with FastLane, specifically this issue which then points the finger back to Apple.

There is a status page for this issue which can be found here.

like image 184
SoftWyer Avatar answered Oct 17 '25 09:10

SoftWyer



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!