What's new in App Clips

RSS for tag

Discuss the WWDC22 Session What's new in App Clips

Posts under wwdc2022-10097 tag

4 Posts

Post

Replies

Boosts

Views

Activity

Multiple app clip support for a single app
I have developed the instant app experience for my android application, which extends support to bundle multiple features for a single app. With this support, I am able to split my application into multiple features and enable my users to benefit using different app features without installing them on their device. But in iOS, I found from the documentation, there can only be one app clip for a single app which constraints to provide the same experience for iOS users as android users. I would like to know if there is any way to have multiple app clips for a single app.
0
0
968
Dec ’22
App Clip Save to Photo Library Support
It says on this post, that App Clips support the "Photos" Library. However, whenever I try to save a photo to the user's camera roll, an "Unknown Error" occurs. I tried requesting library access with:       switch (status)       {       case .authorized:         // Permission Granted         print("Photo Library Authorized")       case .denied:         // Permission Denied         print("Photo Library User Denied")       default:         print("Photo Library Restricted")       }     } but the result is always permission denied. Can you not save photos to the camera roll from an App Clip? This seems like it would be very basic, useful functionality
2
1
1.6k
Nov ’22
Advanced AppClips creation code in WWDC Video is incorrect and doesn't match the documentation.
Hello We're trying to use App Store Connect API to create our advanced app clips experiences but we fail as the WWDC video code is incorrect. The request format to create the appClipAdvancedExperiences is not clear at all in the documentation, and while we first had some tips in the error messages, the last we have now is Error 500 - UNEXPECTED ERROR - "An unexpected error occurred." - "An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/." which is not very helpful. Can someone help us with this? Thanks S.
1
1
1k
Jul ’22
Multiple app clip support for a single app
I have developed the instant app experience for my android application, which extends support to bundle multiple features for a single app. With this support, I am able to split my application into multiple features and enable my users to benefit using different app features without installing them on their device. But in iOS, I found from the documentation, there can only be one app clip for a single app which constraints to provide the same experience for iOS users as android users. I would like to know if there is any way to have multiple app clips for a single app.
Replies
0
Boosts
0
Views
968
Activity
Dec ’22
App Clip Save to Photo Library Support
It says on this post, that App Clips support the "Photos" Library. However, whenever I try to save a photo to the user's camera roll, an "Unknown Error" occurs. I tried requesting library access with:       switch (status)       {       case .authorized:         // Permission Granted         print("Photo Library Authorized")       case .denied:         // Permission Denied         print("Photo Library User Denied")       default:         print("Photo Library Restricted")       }     } but the result is always permission denied. Can you not save photos to the camera roll from an App Clip? This seems like it would be very basic, useful functionality
Replies
2
Boosts
1
Views
1.6k
Activity
Nov ’22
App Clip allow to save a contact? (VCF file)
Hello, i'm checking more videos and more questions of other users in this forum, but i not got any information regarding a chance to allow user to save a contact from an app clip the show a web page Someone can help me? Thanks in advance
Replies
0
Boosts
0
Views
950
Activity
Aug ’22
Advanced AppClips creation code in WWDC Video is incorrect and doesn't match the documentation.
Hello We're trying to use App Store Connect API to create our advanced app clips experiences but we fail as the WWDC video code is incorrect. The request format to create the appClipAdvancedExperiences is not clear at all in the documentation, and while we first had some tips in the error messages, the last we have now is Error 500 - UNEXPECTED ERROR - "An unexpected error occurred." - "An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/." which is not very helpful. Can someone help us with this? Thanks S.
Replies
1
Boosts
1
Views
1k
Activity
Jul ’22