A simple iOS app for viewing your bank account balance and transactions.
This app uses the Plaid API to fetch information about your bank account(s).
-
You're going to need some Plaid API keys, which you can apply for with Plaid.
-
Once you've done this, move the file I've provided named
Plaid.example.plist
toPlaid.plist
. -
Open the Xcode project (Bank.xcworkspace) in Xcode.
-
Fill in Plaid.plist with your API information from Plaid.
-
Change the app bundle identifier and group identifiers to your own values, and change the team to your own.
-
Update the app group identifier in
PlaidManager.swift
to the one you created in the previous step (static variable at top calledgroupIdentifier
). -
Build the app and install it on your iOS device.
This project is meant for personal use. If you plan to ship any of the code, please read this to ensure you distribute it safely.
If you find a bug or code issue, report it on the issues page. Keep in mind that this is for actual bugs, NOT BUILD ISSUES.
Feel free to contribute to the source code of Bank to make it something even better! Just try to adhere to the general coding style throughout, to make it as readable as possible.
This project is licensed under the MIT license. Please make sure you comply with its terms while using it in any way.