aydenp / Bank

A simple iOS app for viewing your bank account balance and transactions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank

A simple iOS app for viewing your bank account balance and transactions.

Screenshots

How does it work?

This app uses the Plaid API to fetch information about your bank account(s).

How can I use it?

  1. You're going to need some Plaid API keys, which you can apply for with Plaid.

  2. Once you've done this, move the file I've provided named Plaid.example.plist to Plaid.plist.

  3. Open the Xcode project (Bank.xcworkspace) in Xcode.

  4. Fill in Plaid.plist with your API information from Plaid.

  5. Change the app bundle identifier and group identifiers to your own values, and change the team to your own.

  6. Update the app group identifier in PlaidManager.swift to the one you created in the previous step (static variable at top called groupIdentifier).

  7. Build the app and install it on your iOS device.

IMPORTANT: Production Usage

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.

Reporting Issues

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.

Contributing

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.

License

This project is licensed under the MIT license. Please make sure you comply with its terms while using it in any way.

About

A simple iOS app for viewing your bank account balance and transactions.

License:MIT License


Languages

Language:Swift 98.8%Language:Ruby 0.6%Language:Objective-C 0.6%