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

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张图片
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' feature is only availble to users enrolled in Apple Developer Program. Please visit https://developer.apple.com/programs/ to enroll.)