Display App version in App setting on IOS

夙愿已清 提交于 2020-01-03 06:08:26

问题


How can I display the version of my Cordova App in the setting on iOS?

My build.xml file starts with the following:

<widget
  id="com.my-bundle-id"
  version="1.2.3"
  xmlns="http://www.w3.org/ns/widgets" 
  xmlns:android="http://schemas.android.com/apk/res/android"
>

But in the App Settings only the permissions section is displayed:

How can I display the version section using Cordova?

(I looked around and found only a plugin to programmatically get the App version but not how to populate the settings)

UPDATE:

What is missing is the Settings.bundle folders and files.

How can I generate them using Cordova/PhoneGap/Ionic?

来源:https://stackoverflow.com/questions/54301976/display-app-version-in-app-setting-on-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!