推送通知功能在Xcode中显示“修复问题”按钮权利

时间:2019-04-23 14:49:03

标签: xcode apple-push-notifications entitlements

我创建了一个xcconfig文件并设置了一个名为LOVE_APS_ENV的变量,然后从权利文件中使用值${LOVE_APS_ENV}

enter image description here

myreleaseconfig.xcconfig

// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974


SLASH=/
LOVE_API_URL=https:$(SLASH)/endpoint.com
LOVE_APS_ENV = production

enter image description here

这只是一个演示问题,因为在生成IPA后,${LOVE_APS_ENV}会按预期被production替换。

我已经清理了项目和派生数据文件夹。

0 个答案:

没有答案