-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NET8] macOS app with AdditionalAppExtensions not available for testing in TestFlight #19564
Comments
I agree that this looks signing-related somehow. Does the app pass the automated app verification if you try to publish it? Sometimes you get better error messages then. Can you attach a binlog? That would show me how the extension is being signed. |
I don't want to publish the app because I want to test the app via TestFlight first. Or what automated app verification are you referring to? I can submit a build with the extension to certification (with manual publish enabled, so no user receives the update) after my current update rolled out completely. |
I got confused; you usually get an email after uploading a build to App Store Connect saying if there were any validation failures/warnings, I'm assuming this email doesn't mention any problems? That said, I tried this, and my test app works fine with TestFlight. The "Store Information" about the build says:
So I don't know what the problem might be. What happens if you create a temporary Xcode container project with the same bundle identifier and entitlements as the main iOS project, and then add this extension, can you publish that to TestFlight? |
No I haven't received any mail from Apple with more details about the problem.
Yes, I have created a Swift-wrapper project with the app extension embedded and there is no error in TestFlight with that build. When comparing the "Store Information" sections, I noticed that the Swift-app created by XCode contains the
I am happy to provide more information (e.g. the .pkg file) if needed. Not sure if it matters but in your example there isn't any App Group or other entitlement specified - maybe that makes a difference? |
Can you try using I believe the name is different between iOS and macOS: |
Right - I overlooked that the name is slightly different. I didn't have to specify |
Yes, this seems like a duplicate of #19243, just for macOS instead of iOS. |
Steps to Reproduce
I have added a sharing extension to my macOS app using
AdditionalAppExtensions
.dotnet publish
)Under "macOS builds" -> "Store information" everything looks similar to previous versions, just with that (expected) additional part:
csproj:
Expected Behavior
The app is testable
Actual Behavior
The app shows as "Not available for testing" in App Store Connect
Maybe related to this issue
The text was updated successfully, but these errors were encountered: