The 'Apple Push Notification' feature is only available to users enrolled in Apple Developer Program

真機調試時,遇到問題,直接上圖

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;
};
?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。

推薦閱讀更多精彩內容