How to display the current project version of my App to the user?

后端 未结 6 1468
遥遥无期
遥遥无期 2020-12-01 13:01

I would like to add the current version into the \"about\" section of my app. As seen in this attached screenshot Apple offers versioning.

How do you display these s

6条回答
  •  独厮守ぢ
    2020-12-01 13:26

    Look into your Info.plist file which should have keys like CFBundleVersion and CFBundleShortVersionString

提交回复
热议问题