0

I have successfully built an iOS app with a sharing extension.

On my phone connected to Xcode, both work flawlessly. However, when submitting the build to AppStoreConnect and distributing it via TestFlight, the share extension goes missing.

I have included the extension in the "General"-tab of the application under "Frameworks" and added the AppGroups for the app and the extension. What am I missing?

Frameworks

App Groups

j___.___j
  • 286
  • 1
  • 3
  • 20

1 Answers1

0

Did you check Project > Info > Configuration

An example of what I mean: Example Are both debug and release targets the same on your side? I am guessing that you could have removed the share extension on your Release configuration by accident.

vincent
  • 227
  • 2
  • 13