Questions tagged [apple-appclips]

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.

126 questions
4
votes
0 answers

manually manage/remove pods that are being autolinked per target

I am developing an AppClip for my main app but I am using a lot of heavy 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 the project the…
drbarber
  • 41
  • 2
4
votes
1 answer

iOS App Clip: How Can I create profile for it?

I have create app clip in an iOS project, archive success, but in this step, I cannot select profile of clip, How to solve it? Click down load profile will show as bellow: "No Eligible Profiles"
JerryZhou
  • 4,566
  • 3
  • 37
  • 60
4
votes
1 answer

Building iOS App Clip using Flutter without going over 10MB limit?

I'm doing a little bit of research into App Clip (and then Instant Apps) using Flutter. Here are my findings: I successfully build and run sample app ios_app_clip I successfully build and run "my own" application with App Clip by following the…
ajitam
  • 371
  • 3
  • 16
4
votes
1 answer

#if APPCLIP doesn't recognise APPCLIP target

I created a new APPCLIP target and shared the same file between the main app and the app clip app but when I try to give add some specific code with #if APPCLIP that never get called, and I'm definitely running the AppClip target.
Ludyem
  • 1,709
  • 1
  • 18
  • 33
4
votes
5 answers

Can App Clip be used in an iOS Cocoapods project?

Our App was created in 2018 mid using Swift 4, and other 3rd party depended with Cocoapods. I add one Clip target, the project structure is different from that given by the download link under session. Run this target, here are the crash…
Eason
  • 41
  • 4
3
votes
1 answer

Why Apple AppClip Card does not launch?

We have an Apple app with associated App Clip. And from our website we would like our users to see the App Clip when they visit a particular url, say, https://www.example.com/abc/xyz/appclip_page. Users initially visit another page, i.e.…
3
votes
0 answers

If I have a PWA made with flutter, could I use an iOS App Clip to use the NFC functionality (in iOS)?

I'm building a PWA using flutter and I want to allow iOS users to use NFC without installing the native app. The idea that just came to my mind is to use an App Clip inside the PWA to open this small NFC functionality, is it possible?
3
votes
0 answers

Universal link or URL scheme for App Clip to link back from email

We are building an App Clip that comes with some sign up functionality. Beside Sign in with Apple users can also sign up with email. In order to proceed they need to confirm a link in an email that has been sent to the address used for signing up.…
gpichler
  • 2,181
  • 2
  • 27
  • 52
3
votes
1 answer

iOS App Clip: disable auto showing App Banner on App Clip Launch?

When I launch my App Clip for the first time, iOS decides to show an app banner automatically. Our app clip is essentially the full version of the app so we don't want our users to upgrade to the app immediately. Is there a way to hide this on…
ninjaneer
  • 6,951
  • 8
  • 60
  • 104
3
votes
1 answer

How to identify AppClips is launched by appclip card or by the user by searching the appclip in spotlight

I am working on an appclip, when I scan a QR code, appclip card gets shown and on click of open appclips gets launched and I performed a booking flow. Now next time if user comes to appclips using QR code, then I want to show an alert to user, that…
3
votes
1 answer

How do I build an App IPA without the App Clip Embedded?

I am working on an App Clip on an existing App but the App Clip is not ready to ship. However, I need to deploy the App to TestFlight/AppStore for a bug fix. What is the best way to exclude the App Clip from the App in the interim without removing…
eph515
  • 337
  • 2
  • 8
3
votes
1 answer

iOS app clip with URL https://host/path does not match https://host/path/*

I set up an advanced app clip experience to be triggered by a URL in the form https://domain/pf and I am actually expecting it to be triggered by a number of URLs in the form https://domain/pf/[uuid] The app clip is correctly triggered by the…
Alessandro Mulloni
  • 1,011
  • 1
  • 9
  • 10
3
votes
0 answers

How to use GoogleMaps in local Swift Package?

I'm trying to build an iOS Application which provides AppClips. This means I need to put my code into modules so that the AppClip can reuse some of the code from the main application. The reusable part is using GoogleMaps and that SDK is not yet…
3
votes
2 answers

Xcode: distribute `Re-sign` step been hidden, how to get it back?

I have add App Clip into my flutter project, and then when I distribute it, the Re-sign step was somehow missing, because of this I cannot distribute the app. Do you know which setting will cause this Re-sign step been hidden ? Why cannot…
JerryZhou
  • 4,566
  • 3
  • 37
  • 60
3
votes
1 answer

Issue with App Store Overlay: “Get the full app” Banner

I am trying to present the “Get the full app” banner in the App Clip, the code was working fine, but after updating to Xcode 12.1 doesn't happen anything!. Did Apple change anything? @objc func displayOverlay() { guard let scene =…
iOS.Lover
  • 5,923
  • 21
  • 90
  • 162
1
2
3
8 9