Possible Duplicate:
How to display the current project version of my App to the user?
Is there a way to check the version number of my app? Is it supplied somewhere once the app is in the App Store?
How to Duplicate App Icons on an iPhone or iPad. Creating a duplicate copy of an app icon is easy. Find the app in the App Library, then drag a new copy of it onto your Home Screen: Swipe to the App Library at the right edge of all your Home Screens.
Reinstalling or Updating the App: When duplicate apps are seen, it might be an app error, so it's better to update the app first and see if the problem still persists or not. Go to Play Store, then to My Apps & Games. You can check for the updates and then install them.
Apps that simply duplicate content or functionality create clutter, diminish the overall experience for the end user, and reduce the ability of developers to market their apps. Review the Design section of the App Store Review Guidelines.
I believe this is included in your info.plist file, and can be retrieved with code like this:
[NSString stringWithFormat:@"Version %@",[[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleShortVersionString"]];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With