We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARNING: 如果不按照这个表格,我们将无法帮助你,并将忽略你的问题。
cordova -v
cordova platform ls
打包iOS的时候,IsProduction参数自动配置。
目前还不知道能不能自动配置,所以每次都是手动修改plist文件的IsProduction属性
手动修改
不是错误,只是提问
The text was updated successfully, but these errors were encountered:
在config.xml文件中添加: <platform name="ios"> <config-file parent="IsProduction" target="*JPushConfig.plist"> <true /> </config-file> </platform>
config.xml
<platform name="ios"> <config-file parent="IsProduction" target="*JPushConfig.plist"> <true /> </config-file> </platform>
Sorry, something went wrong.
No branches or pull requests
WARNING: 如果不按照这个表格,我们将无法帮助你,并将忽略你的问题。
你的运行环境
cordova -v
):8.1.2cordova platform ls
):5.1.1期望效果
打包iOS的时候,IsProduction参数自动配置。
实际效果
目前还不知道能不能自动配置,所以每次都是手动修改plist文件的IsProduction属性
重现步骤
背景
手动修改
Debug logs
不是错误,只是提问
The text was updated successfully, but these errors were encountered: