代号一 ios.includePush 在 netbeans 中不断重置为 false。

codename one ios.includePush keeps resetting to false in netbeans.

我为 IOS 创建了推送通知开发证书并保存了 p12 文件并将其添加到我的服务器。然后我在代号一中生成了新的 ios 证书。每当我在构建提示中将 ios.includePush 设置为 true 时。当我返回时它总是重置为 false。我在 Properties -> IOS -> Options 中寻找 "special UI" 但是在该选项卡中没有关于推送通知的任何内容。我有一个专业帐户。我究竟做错了什么?为什么构建提示不能设置为true?

Some build hints conflict with GUI settings that are available via custom UI. E.g. the iOS section in the preferences has an Include Push checkbox that conflicts with ios.includePush this can result in build hints that are ignored! Make sure you use the UI elements when they are available!

来自Codename One Developer Guide.

你需要检查这里的标志:

请注意,在我们使用的新 IntelliJ/IDEA 插件中 a new approach for settings 没有这个问题。