should i use sirikit payments domain or app intents for banking app

Generated on 9/24/2024

1 search

For a banking app, you should consider using App Intents if your app does not overlap with an existing SiriKit domain. App Intents is the right framework for integrating your app with Siri, especially if there isn't a specific SiriKit domain that fits your app's functionality. This framework allows you to integrate with Siri, Shortcuts, Spotlight, and more, providing a flexible way to enhance user interaction with your app.

If your app's functionality aligns with an existing SiriKit domain, then SiriKit might be the better choice. However, for most banking apps, App Intents would likely be the appropriate framework to use, as it allows for a broader range of custom actions and integration points.

For more detailed guidance, you might want to check out the session Bring your app to Siri (21:18) which discusses the integration of apps with Siri using both SiriKit and App Intents.

Design App Intents for system experiences

Design App Intents for system experiences

App Intents power system experiences in controls, Spotlight, Siri, and more. Find out how to identify the functionality that’s best for App Intents, and how to use parameters to make these intents flexible. Learn how to use App Intents to allow people to take action outside your app, and see examples of when to navigate into your app to show contextual information.

What’s new in StoreKit and In-App Purchase

What’s new in StoreKit and In-App Purchase

Learn how to build and deliver even better purchase experiences using the App Store In-App Purchase system. We’ll demo new StoreKit views control styles and new APIs to improve your subscription customization, discuss new fields for transaction-level information, and explore new testability in Xcode. We’ll also review an important StoreKit deprecation.

Platforms State of the Union

Platforms State of the Union

Discover the newest advancements on Apple platforms.

Bring your app to Siri

Bring your app to Siri

Learn how to use App Intents to expose your app’s functionality to Siri. Understand which intents are already available for your use, and how to create custom intents to integrate actions from your app into the system. We’ll also cover what metadata to provide, making your entities searchable via Spotlight, annotating onscreen references, and much more.

Bring your app’s core features to users with App Intents

Bring your app’s core features to users with App Intents

Learn the principles of the App Intents framework, like intents, entities, and queries, and how you can harness them to expose your app’s most important functionality right where people need it most. Find out how to build deep integration between your app and the many system features built on top of App Intents, including Siri, controls and widgets, Apple Pencil, Shortcuts, the Action button, and more. Get tips on how to build your App Intents integrations efficiently to create the best experiences in every surface while still sharing code and core functionality.