What's new in App Clips

RSS for tag

Discuss the WWDC21 session What's new in App Clips.

View Session

Posts under wwdc21-10012 tag

6 Posts
Sort by:
Post not yet marked as solved
0 Replies
531 Views
Could I add a 3-party payment method in my apple clip (PayPal or Greek bank's secure payment systems) as options?
Posted
by
Post not yet marked as solved
0 Replies
687 Views
Does AppClips support the CoreTelephony framework? More specifically CTCellularPlanProvisioning().supportsCellularPlan() ?
Posted
by
Post not yet marked as solved
0 Replies
333 Views
Hello Apple experts. Yesterday all was fine with each Dashboard-App in my account. But today, suddenly, the Dashboard-App does not show the TestFlight tab. It is not a problem for one specific app, the problem is for all the apps inside my account. Only we can see the "App Store - Services - Xcode Cloud" tab-sections. Why the TestFlight tab-section is missing? Anyone else experience this ?. Thanks in advance.
Posted
by
Post not yet marked as solved
1 Replies
349 Views
I'm having trouble getting _XCAppClipURL to work in UI tests for my AppClip. My app clip relies on a query parameter in the URL, but it seems like when running my UI Tests, there is no userActivity with the URL as expected. It works as expected when running the app normally, but does not work in my UI Tests. I've tried setting the environment variable in my UI Test scheme, as well as in my XCTestCase's setUp function, by setting the value in XCUIApplication.launchEnvironment like this:     override func setUpWithError() throws {         continueAfterFailure = false         app = XCUIApplication()         app.launchEnvironment["_XCAppClipURL"] = "https://<my url here>"         app.launch()     }  Has anyone had success with this or know if it's a known issue?
Posted
by
Post not yet marked as solved
0 Replies
229 Views
Hi, It is right to invoke App Clips via NFC tag. In App Clips, can we program a NFC tag? For example, changing URL in NFC tag by App Clip after invoking App Clip via NFC tag. It can be one NFC tag (the invoker = the target), or multiple NFC tags (the invoker & the targets). I've read the limitation on App Clip, but it wasn't clear to me.
Posted
by