IOU Bank

IOU Bank

Keep a Tab With Your Friends

IOU Bank

Personal Project
Initial Release: June 06, 2017
iOS Team Size: 1

Contributions & Takeaways

IOU Bank was an application I made to give me practice while trying out some iOS capabilities that were new to me. Users can keep track of loans that they have with friends. If they are paying incrementally, they can add a payment and watch the progress bar move closer.
Takeaways

  • Firebase BaaS used to authenticate through phone and store user loans
  • UIPageView users way of navigating through their loans
  • CNContactStore allow for users to connect their loans with someone in their contacts so they can both view/modify the loans
  • Google AdMob configuration of both banner and interstitial ads
  • In-App Purchase limit user’s bank vault space unless they purchase more

This application lent an opportunity to get better at developing all the way from design, to business model, to development. I went with a standard business model of banner/interstitial ads and limiting user experience unless they pay for the IAP to expand their bank vault space and remove the ads. I did run into some issues with compatibility with all screen sizes which will be a thing for me to work on in my next application.
Moving Forward: Maintenance