Skip to main content
The 2024 Developer Survey results are live! See the results

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.

apple-appclips
0 votes
0 answers
36 views

How to make instant app and app clip from React Native app?

I have a react native app built on top of ignite template. I use react navigation like this: import React from "react" import { ImageSourcePropType, useColorScheme } from "react-native&...
portgas d. ace's user avatar
0 votes
0 answers
19 views

How to open App Clip from scan application

I'm currently developing an application using SwiftUI for scanning and have created another app clip. I've generated a QR code for the second app, set up the local experience, and everything seems ...
Hamdy Youssef's user avatar
0 votes
0 answers
13 views

Testing Launch AppClip Card before publish to App Store

I am trying to develop app clip for my app and I want to test whole workflow for app clip instead of using local experience. I have set up the associate domain for my app clip target applinks:www....
Ronald Li's user avatar
0 votes
0 answers
24 views

Can i put ios build from unity in appclip?

I'm trying to put a Unity ios build in the app clip, and I don't see that anyone has done it before, if someone has managed to put it in the App clip, can you inform me how they managed to put it I ...
enes krasniqi's user avatar
0 votes
0 answers
43 views

How to configure App Clip Only XCode project

I have an App, and I want to publish an App Clip in addition to that app. Due to size restrictions I cannot share any of my assets or code, so I made a new XCode project (for background, the original ...
dominikkoller's user avatar
-1 votes
1 answer
64 views

How to recover an App Clip link that was broken due to Bad HTTP Status?

I have an app with app-clip in the app-store, and due to an update in the server, the aasa file was corrupted. the app-clip kept working, until we released a new version - and then when trying to open ...
Aviram Netanel's user avatar
0 votes
0 answers
79 views

Testing App Clip in Testflight display 'The app clip is not currently in your country'

I try to add app clip with my app, I created an app clip target on my Xcode project and added some testing code. For local experience, I can launch my app clip card and redirect to my app clip app ...
Ronald Li's user avatar
0 votes
0 answers
45 views

AppsFlyer OneLink for iOS is referencing unwanted App Clip which can’t be removed

for our app we use AppsFlyers OneLink tool (e.g. for deeplinks). The hosted {our-branded-domain.tld}/.well-known/apple-app-site-association is referencing the expected applinks, but also an app clip ...
christianost's user avatar
0 votes
0 answers
29 views

How can we use passkit in frontend and stripe in the backend for apple pay implementation

I'm trying to integrate Apple Pay into the appclip of an iOS (SWIFTUI) app. As I'm limited in size, I don't want to use Stripe in the front end because even the optimized version of Stripe Apple Pay ...
Adarsh Ranjan's user avatar
0 votes
1 answer
27 views

How to fix a broken appclip link? appclip popup has no text & image

I have an app with appclip, which suddenly stopped working - when I try to open the link I get this blurry image: which looks as if it's loading, but it's not. I checked the app's DOMAIN STATUS on ...
Aviram Netanel's user avatar
2 votes
0 answers
68 views

Appclip is unavailable

Last year, I released my app clip on the App Store. While I can successfully launch the app clip through iMessage or by using the link URL, encountering the same URL through scanning the QR code ...
Samira's user avatar
  • 864
0 votes
0 answers
43 views

Unhandled Exception: Connection failed in Flutter Xcode (AppClip)

Code: String url = "https://########.com/api/" Response response = await http.get(Uri.parse(url), headers: { 'Accept': "application/json", }, ); Also added: \<key\>com.apple....
Mathews Rony's user avatar
1 vote
1 answer
241 views

iOS App Clip Not Launching with Universal Link in SwiftUI

Description: I am developing an iOS App Clip using SwiftUI and am encountering an issue where the App Clip does not launch when clicking a Universal Link. Below are the key details of my setup and ...
lcolli71's user avatar
0 votes
0 answers
52 views

Build number mismatch of iOS parent app and app clip

I want to set the CFBundleShortVersionString and CFBundleVersion of my app clip target dynamically. It should match that of the parent/main app. I tried two solutions: I added Run script to the app ...
varun's user avatar
  • 497
0 votes
0 answers
192 views

App clip doesn't open for AppsFlyer OneLink

I have followed the app clip integration guide by AppsFlyer as given here: https://support.appsflyer.com/hc/en-us/articles/360014262358 Here is the expected flow: Users without the app installed: ...
varun's user avatar
  • 497

15 30 50 per page
1
2 3 4 5
10