Skip to content
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

iOS Service Extension Project references should not be case sensitive #1898

Open
jefffhaynes opened this issue Jun 12, 2020 · 1 comment
Open
Labels
reviewed-DRI Reviewed by DRI support A support conversation

Comments

@jefffhaynes
Copy link

For those that are not having their extension detected, ensure that the reference in your container app csproj matches the extension's project Guid exactly.

For example,

  • Extension csproj has a project Guid <ProjectGuid>{15A3D6ED-A6FB-46B3-A8E3-204A609AC023}</ProjectGuid>
  • Container app reference to the extension must also be <Project>15A3D6ED-A6FB-46B3-A8E3-204A609AC023</Project>

Mine was <Project>15a3d6ed-a6fb-46b3-a8e3-204a609ac023</Project>, and was not detected.

Originally posted by @dmariogatto in #30 (comment)

@Confusedfish
Copy link

I tried the above but didn't get anywhere. I did however manage to make progress by adding <IsAppExtension>true</IsAppExtension> to the project reference and that made it possible to add the second provisioning file through the UI

@DmitriyKirakosyan DmitriyKirakosyan added the support A support conversation label Jan 19, 2021
@mihailo-popovic96 mihailo-popovic96 added the reviewed-DRI Reviewed by DRI label Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reviewed-DRI Reviewed by DRI support A support conversation
Projects
None yet
Development

No branches or pull requests

4 participants