MPG for iPhone

December 29th, 2008

Buy It: $9.99

APPLICATION DESCRIPTION

For over 14 years MPG has been helping vehicle owners take better care of their cars, trucks, motorcycles, RVs, boats…

MPG is a log book for your car. It replaces the little notepad in your glovebox with an intelligent tracker. It tracks fuel, oil changes, tune-ups, inspections, tire rotations, windshield wipers, car washes, trips, and other miscellaneous expenses for your car

  • Track fuel, trips, and services.
  • Service reminder to nag you to change your oil, get the car inspected, or whatever you want to setup.
  • Reports generate statistics such as average miles per gallon, total cost of gas, and average price of gas. Fuel economy is calculated for the fuel entries. Time, distance and time per distance are calculated for trips.
  • Email trip log to be reimbursed for travel.
  • Built in backup and restore over local Wi-Fi network. (Requires SyncDocs)
  • Import MPG for Palm OS data files over local Wi-Fi network. (Requires SyncDocs)
  • Import and Export tab delimited text files (for use with spreadsheets) over local Wi-Fi network. (Requires SyncDocs)
  • After you enter a transaction into MPG, you can post the transaction to PocketMoney to save yourself time by ending the need to do double data entry. (PocketMoney is available on the AppStore)
  • US, Metric, UK, and Canadian units are supported.

LANGUAGES: English, Dutch, Finnish, German, Japanese, Portuguese, Spanish.

What users are saying

WOW!  Perfect is how I’d describe it…★★★★★
by Generic1
Miles per gallon, a trip diary, and maintenance log.. all in one, and well designed!! I couldn’t be happier!
Best vehicle app for tracking mileage, travel, and service!★★★★★
by drwink
I have been using MPG for Newton, Palm and now finally the iPhone. I have tried every auto application on the iTunes store. None have the ability to track mileage, car service records, plus business travel. I also helped as a beta-tester for this app and teh developer has been fastidious in his development tracking each bug till it is resolved. I couldn’t crash the program and I tried, so it works, works well and it’s so inexpensive for what it does.
PERFECT ★★★★★
by 813hick
I’ve been holding off on purchasing carcare for months. This app is just what I wanted and MORE. It’s worth it!
MPG is the only vehicle expense app to use. ★★★★★
by Tripod3
Having used MPG on my Newton MessagePads and then migrating thru a few PalmOS PDAs and currently with a Treo 755p, I am glad to see MPG support the iPhone/iPod OS. Data migration from PalmOS to my iPod Touch was fast and easy using the tools and info provided by the author. I highly recommend this app if you want to track all transactions (service, gas, repairs) on your vehicles.

(see more reviews on AppStore)

MPG 1.4 and MPG with ads submitted to Apple

August 2nd, 2010

Version 1.4 of MPG and “MPG with ads” has been submitted to Apple.

  • Chart added in the Fuel Report to your fuel economy over time in a graphical presentation.
  • Export reports to e-mail.
  • Service odometer shows distance since last service of same type.
  • Rearrange vehicle list.
  • Date picker for reports.
  • Bug fixes.
  • Paid version supports iOS 3.1+, adware version is iOS 4.0+

Buy MPG on AppStore

MPG 1.3 submitted to Apple for review

June 19th, 2010

I submitted MPG 1.3 for iOS to Apple last night for review.

Fixes decimal point keyboard bug on iOS 4.0.

Fixed posting transactions from MPG to PocketMoney that had & in the transaction.

Initial support for iPad, but a lot more coming.

MPG – A must-have iPhone App

October 17th, 2009

“I don’t talk about iPhone apps much, but today I realized how much I love one particular app: MPG”. Joel’s full post… MPG – A must-have iPhone App

MPG 1.2 available for iPhone

July 14th, 2009

MPG version 1.2 has been approved by Apple for AppStore. Version 1.2 fixes bugs when running on iPhone/iPod Touch 3.0 OS and updated some of the graphics.

Download MPG 1.2 for iPhone/iPod Touch

MPG 1.2 submitted to AppStore for review

July 6th, 2009

MPG version 1.2 has been submitted to the AppStore for review.

Changes in version 1.2:
• bug fixes for iPhone OS 3.0
• new graphics for vehicle list view
• notes for the MPG transaction get posted to PocketMoney

MPG on sale $1.99

April 18th, 2009

I dropped the price of MPG until AppStore hits 1 billion downloads.

MPG is a great solution for tracking the important information about all your vehicles.

Get MPG for $1.99 (60% off)

MPG 1.1.1 approved

March 16th, 2009

MPG 1.1.1 has been approved. I took 9 days. :-(

MPG 1.1.1 submitted to AppStore

March 6th, 2009

MPG 1.1.1 adds up-to-date UK support (UK km-L, mpg). It seems that when MPG started out 15 years ago or so Brits were entering miles and liters, but since then all the new cars use kilometers as the main unit of distance, and I overlooked updating MPG to allow Brits to enter kilomoters, liters, and calculator mpg in imperial gallons. Give 1.1.1 about 5 days to make it through Apple’s review process.

iReceipt posting standard for iPhone financial applications

March 3rd, 2009

PocketMoney allows other iPhone applications to post transactions to it. You can figure out your bill at a restaurant or put gas in your car, and with one tap enter it into PocketMoney

Posting transactions from third party applications to PocketMoney is simple. The rest of this post gives a quick overview on how to implement it if you are an iPhone developer and want to simplify your customers lives a little bit.

Here is the code to post the total bill of $45 from CheckPlease to PocketMoney…

NSString *urlString = @”ireceipt://hostlocation/post=?category=Food:Dining&amount=-45&currencyCode=USD&showUI=showUIifIncomplete”;

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlString]];

This part stays the same.

ireceipt://hostlocation/post=?

The rest of the url is optional:

category – category to post to

payee – who is paid or receives money

amount – amount of transaction (negative for withdrawals or transfers from an account, positive for deposits or transfers to an account)

currencyCode – three character currency code

xrate – exchange rate

cleared – NO or N for uncleared transaction (default), YES or Y for a cleared transaction

class – class field

transfertoaccountname – account to transfer money to

chknum – id/check number field

memo – memo field

showUI - SHOWUIIFINCOMPLETE (default) – if required data is missing then prompt for data. NEVER – post transaction, never prompt. ALWAYS prompt for data.


MPG 1.1 update approved for sale on AppStore

February 13th, 2009

I just got the email from Apple letting me know MPG 1.1 has been approved. It should show up in your AppStore update tab soon.

Catamount Software is proudly powered by WordPress and is lovingly designed by I.M.A.G.E
Entries (RSS) and Comments (RSS).