Are Apple App Clips on roadmap for Xamarin?

Sean 21 Reputation points
2021-04-13T12:00:32.807+00:00

I do not see Xamarin support yet for Apple App Clips. Is this on the roadmap for a future Xamarin release and is there a date for that release?

Thank you

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,380 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2021-04-13T14:12:22.87+00:00

    Hello,​

    Welcome to our Microsoft Q&A platform!

    This feature request was posted in github: https://github.com/xamarin/xamarin-macios/issues/8932

    And others provide a workaround about it.

    Prerequisit -> you have a working Xamarin iOS App and you want to add a native appclip written in swift (for size)

    Recipe:

    1. Create dummy xcode swift ios app (using certificates and appid of your existing xamarin app)
    2. unpack the ipa of your dummy+appclip app
    3. unpack the ipa of your xamarin ios app
    4. add appclip folder to the unpacked xamarin ios app
    5. repack + sign with your certificates
    6. upload to testflight using the lates xcode beta application loader

    Best Regards,

    Leon Lu


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.