How to get the application version and build in an iOS PhoneGap Application?

Viewed 20429

When you are setting up a PhoneGap project, you see the following:

BUILD

How can I get that information inside of the iOS application? Is there a way to do it with phonegap? What about a plugin? If no plugin exists, and there is a way to do it in an iOS application, a plugin can be written. I just haven't been able to find any answers.

Thanks!

4 Answers
Related