美文网首页
The 'Apple Push Notification' fe

The 'Apple Push Notification' fe

作者: 豪冷 | 来源:发表于2019-08-28 11:33 被阅读0次

真机调试时,遇到问题,直接上图

image

图片看不了,请看文字:

The 'Apple Push Notification' feature is only availble to users enrolled in Apple Developer Program. Please visit https://developer.apple.com/programs/ to enroll.

参考方案:点击打开链接

解决步骤:

1、在projectName.xcodeproj文件上右键“显示包内容”,用文本编辑器打开project.pbxproj文件

2、查找:

com.apple.Push = {
enabled = 1;
};

修改为:

com.apple.Push = {
enabled = 0;
};

相关文章

网友评论

      本文标题:The 'Apple Push Notification' fe

      本文链接:https://www.haomeiwen.com/subject/ayjpectx.html