что такое FinanceKit
Generated on 8/7/2024
1 search
FinanceKit is a new API introduced by Apple that provides access to a central repository of financial data stored in Apple Wallet. It allows developers to build financial apps by accessing rich financial information, including account balances, transaction histories, and more. The data is stored locally on the device, ensuring privacy and security, and does not require an internet connection to be accessed.
FinanceKit exposes three main data types to model financial data:
- Account: Represents a financial account such as a checking account, credit card, or savings account. Each account has a balance and contains transactions.
- Balance: Represents the amount of money in the account at a particular moment in time.
- Transaction: Represents how money moved in or out of the account, including details like the amount, currency, and whether it was a debit or credit.
FinanceKit also includes features like a transaction picker, which allows users to select specific transactions to share with an app, and query APIs for accessing financial data.
For more detailed information, you can refer to the session Meet FinanceKit (01:47).
Relevant Sessions
- Meet FinanceKit
- What’s new in privacy (FinanceKit transaction picker)
What’s new in privacy
At Apple, we believe privacy is a fundamental human right. Learn about new and improved permission flows and other features that manage data in a privacy-preserving way, so that you can focus on creating great app experiences.
Meet FinanceKit
Learn how FinanceKit lets your financial management apps seamlessly and securely share on-device data from Apple Cash, Apple Card, and more, with user consent and control. Find out how to request one-time and ongoing access to accounts, transactions, and balances — and how to build great experiences for iOS and iPadOS.