Post not yet marked as solved
Could I add a 3-party payment method in my apple clip (PayPal or Greek bank's secure payment systems) as options?
Post not yet marked as solved
Does AppClips support the CoreTelephony framework?
More specifically CTCellularPlanProvisioning().supportsCellularPlan() ?
Post not yet marked as solved
is it possible to switch back through call back url to App Clip from third-party app.
Post not yet marked as solved
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.
Post not yet marked as solved
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?
Post not yet marked as solved
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.