-2

I want to show my current installed app version number for my react-native app inside IOS settings, as shown in image below

My app setting -

my app setting

App with version number-

App with version number and this is the image with app showing installed version number from settings.

I try to research regarding showing the version in app settings, but couldn't find proper guide regarding the topic, expecting to get installed app version inside setting

iDeveloper
  • 2,339
  • 2
  • 24
  • 38
  • 1
    You need to create a [settings bundle](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/UserDefaults/Preferences/Preferences.html#//apple_ref/doc/uid/10000059i-CH6-SW18). There is no runtime code involved. You can use a build-time script to add your version string to the settings bundle. – Paulw11 Aug 16 '23 at 11:46
  • yes @Paulw11 is right, you can also check this link for reference https://stackoverflow.com/questions/877128/how-can-i-display-the-application-version-revision-in-my-applications-settings – Chandaboy Aug 16 '23 at 12:02

0 Answers0