美文网首页
The 'Apple Push Notification

The 'Apple Push Notification

作者: 悲伤C小调 | 来源:发表于2017-07-05 10:05 被阅读52次
    20161129182917569.png

    解决步骤:

    1、在projectName.xcodeproj文件上右键“显示包内容”,用文本编辑器打开“project.pbxproj"文件
    2、查找:
    com.apple.Push = {
    enabled = 1;
    };
    修改为:
    com.apple.Push = {
    enabled = 0;
    };

    参考方案:http://blog.csdn.net/hxmcnu/article/details/50188765

    相关文章

      网友评论

          本文标题:The 'Apple Push Notification

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