App Store overlay "Cannot Connect to App Store"

The App Store overlay shows "Cannot connect to App Store" for apps distributed via Unlisted App Distribution.

Does anyone know how to resolve this issue?

In the console, it shows the following error:

Failed to get LSApplicationRecord for <RBSLaunchRequest| xpcservice<com.apple.AppStore.ProductPageExtension([application<com.apple.ios.StoreKitUIService>:64011])>; "Launching extension com.apple.AppStore.ProductPageExtension(8B1648A9-8479-4F4F-A74E-D70BC7A24322) for host 64011"> with error Error Domain=NSOSStatusErrorDomain Code=-10814 "(null)" UserInfo={_LSLine=1538, _LSFunction=runEvaluator}

Replies

Did you ever find a fix for this?

Faced with the same issue. Tried everything. My steps:

  1. Verify that your app and your app's extension have the same signing certificate in Release, Debug and AD-hoc signing.
  2. Set Bundle identifier to every target (main app and extension) manually to .plist
  3. When building on real device try to increase build version for the main app and target app. I don't know how signing works, but that solved my problem.