Similar to Instant Apps on Android, App Clips are a small part of another native mobile app that can be run instantly on your iPhone or iPad without prior installation. App Clips may be discovered in person via NFC tags or QR code with App Clips branding. They may also be shared via Messages, or placed on websites or Maps. App clips are limited and can be up to 10mb.
Questions tagged [apple-appclips]
126 questions
3
votes
2 answers
Is there anyone who has successfully published ios AppClip to your users on TestFlight env , or production env?
I developed an AppClip for ios 14.
It worked in my dev env, with Local Experience configured in ios developer menu setting.
But after I published it to test flight, there was no SmartAppBanner appear in safari.
Here my check list:
[x] Configure the…

Neo.Mxn0
- 953
- 2
- 8
- 25
3
votes
3 answers
Xcode can not create provisioning profile for app clip automatically
I am trying to archive an iOS app with its app clip, but I could not manage to achieve it. We have an enterprise developer account and I use Xcode12.0 beta2 (12A6163b).
The steps I did were as following:
Created a new iOS project
Added an app clip…

Ahmet Gulden
- 2,063
- 2
- 15
- 23
3
votes
4 answers
How to create QR / NFC tags for iOS AppClips
Apple introduced AppClips with a lot of documentation.
One of the options to invoke this AppClip is by scanning a QR code, here's a sample from Apple:
However, I can't find any info on how to create these kinds of codes.
Where can I find this…

Tieme
- 62,602
- 20
- 102
- 156
2
votes
1 answer
"[AppDelegate window]: unrecognized selector sent to instance" error since version 0.69.6 till 0.70.2 for AppClip and any other target
I'm working on side-project iOS application with App Clip version, I've managed to create App Clip successfully on React Native project with version 0.69.4, I've comeback to the project after 0.70 release - I wanted to create new project from…

Dawid Zawada
- 41
- 4
2
votes
0 answers
how to manage cocoapods autolinking in different targets
I am developing an AppClip for my main project in react-native but I am using a lot of cocoapods in the main project that are not necessary for the clip and in fact push the size of my app clip above the 10mb limit, If I manually remove these from…

Obaid Sohail
- 21
- 4
2
votes
1 answer
How to trigger app clip from website manually via custom url
I want App Clip to be launched from my website.
Currently App Clip is working perfectly fine because When I open my website on iPhone safari, it automatically shows a banner on top with a button that says: Open App
What I need is that I want to…

StormTrooper
- 1,731
- 4
- 23
- 37
2
votes
0 answers
iOS App Clip getting query parameters from URL that launched it
Is there anyway to get the query parameters from the url that launched an iOS App Clip? Tried searching this topic but found little info on the matter.

Orfeas Magoulas
- 180
- 8
2
votes
0 answers
Can't distribute appclip from XCode
I am creating an app which includes an AppClip. I added the Clip in the build phases (as an Embed AppClip), I use everywhere the good BundleID (either the parent app, or the clip) but when I'm archiving the app, and then I distribute it, i'm still…

Nathan Z
- 21
- 2
2
votes
1 answer
Struggling to find good Examples of iOS app clip & Android instant Apps
I've searched for examples of iOS app clip & Android instant Apps but could not find more than few examples.
I am looking for released apps in App Store/Google Play or open source examples.
good examples could make developing these new features…

user16930239
- 6,319
- 2
- 9
- 33
2
votes
3 answers
iOS appClip status Received?
I've just finished setup my advanced App Clip Experiences .
i am not sure if i need to wait or is there anything else i should do , since the App Clip status is lighted green with status Received .
also couldn't find any useful information about the…

Kodr.F
- 13,932
- 13
- 46
- 91
2
votes
1 answer
Full app - Associated Domain for app clip invocation
According to Apple documentation, when a user installs the full app, the app clip invocation launches the full app. And it says to associate the full app with the website.
Does this association mean to add appclips: or applinks: in…

mela_menzana
- 21
- 2
2
votes
1 answer
Is it possible to create App Clip without a web server
I have an app that works offline only and doesn't need a web server. I want to create an app clip for this app but most tutorials out there say I need to add a domain to my web server.
I want to share this app clip URL to my users using…

rak appdev
- 717
- 8
- 21
2
votes
1 answer
App Clip Domain Status Error, Invocation Not Working
I'm working on building my first App Clip and am hoping to get thoughts on an issue I'm facing. The App Clip is meant to allow me to sell items from my own little personal shop without people having to download my full app first.
When I try to…

ianvor
- 41
- 3
2
votes
2 answers
How do I trigger SceneDelegate method scene:continue: in main app with app clip url prefix?
I'm currently developing an App Clip and I'm having trouble triggering the func scene(_ scene: UIScene, continue userActivity: NSUserActivity) sceneDelegate method in my main app target. I was able able to test the App Clip by setting the…

iamarnold
- 705
- 1
- 8
- 22
2
votes
1 answer
Export archive error for Xcode project containing app clip
We are using Jenkins to automate building of our iOS project. Everything was working just fine out of the box until we integrated App Clip into the Xcode project. The error says (I changed real bundle id):
error: exportArchive: Provide a bundle…

Nick
- 3,205
- 9
- 57
- 108