-
Notifications
You must be signed in to change notification settings - Fork 513
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
[xcode12] App Clip #8932
Comments
Is there any news weather or not App Clips will be supported by Xamarin? Due to the size restrictions it would be nearly impossible to devlop an app clip beyond hello world in xamarin. But it would be great if an existing Xamarin app could be extended with an native app clip. |
Same here, very interested to know. Have few great ideas for app clips for our apps. |
We found a workaround: Prerequisit -> you have a working Xamarin iOS App and you want to add a native appclip written in swift (for size) Recipe:
|
Just an update on this - While some investigations did occur this summer we did not ship support for this in our initial Xcode 12 support release. It's on our backlog for future possible features now. |
Forgive me for my noobness, but would it not be nice to create the app clips using Xamarin.iOS as well? Is the library size a showstopper? It'd be great if something could be done about it |
Yes, size is the issue, appclip bundle cannot be larger than 10MB. Impossible with Xamarin linked libs.
… On 21 Sep 2020, at 07:45, amirvenus ***@***.***> wrote:
Forgive me for my noobness, but would it not be nice to create the app clips using Xamarin.iOS as well? Is the library size a showstopper? It'd be great if something could be done about it
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#8932 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AACTPHDDIW2G6J34ZVCJS73SG3SATANCNFSM4OE7I2OQ>.
|
@sichy what is the smallest xamarin.ios ipa size? |
Will this work for Watch apps as well? |
@dhindrik I suspect it does, but since we did'nt add a watch part to our apps I can't tell for sure. |
still no "solution" for this topic? We would really need a better support for AppClips, even if we need to develop the AppClip itself in swift, but a more robust solution than manually copy the folder together!? |
I'm interested in this. Would there be something we can use similar to the current Xamarin infrastructure for Widgets? |
@dhindrik @jges42 did you have to archive the dummy+appclip app before doing this or just build? Also, do you have scripts to share? |
still no "solution" for this topic? |
@MohamadAminSoltani Here's my solution:
I do this all in CI so that process handles 7 above. Below are part of the commands I use in a build script when building in CI but you can use on your local workstation as part of the Xamarin project build commands. You can infer below where you need to adjust (project name etc.)
This gives you all you need without needing to repack and sign. Once you export/archive from your Xamarin.iOS app you're ready to upload. |
Hi - sorry to revive an inactive thread, but i would like to hear some more about this @mnxamdev |
This is a feature released in Xcode 12.
For now, this is what is known: https://developer.apple.com/app-clips/
The text was updated successfully, but these errors were encountered: