App Store拒絕原因及解決方法(暫)


1. Your app declares support for audio in the UIBackgroundModes key in your Info.plist but did not include features that require persistent audio.

  您的應用程序在Info.plist的UIBackgroundModes鍵中聲明支持音頻,但不包括需要持久音頻的功能。

  解決方法:刪除info.plist中Required background modes的App plays audio or streams audio/video using AirPlay

2. We noticed that your app declares support for location in the UIBackgroundModes key in your Info.plist file but does not have any features that require persistent location.

  我們注意到,您的應用程序聲明支持Info.plist文件中UIBackgroundModes鍵中的位置,但沒有任何需要持久位置的功能。

  解決方法:刪除info.plist中所有與location always use的東西。

3. the app load and spin indefinitely at the login screen

  無法登錄

  原因是我們的服務器開了外網反訪問。

4. During our review, we found that this app was designed for a specific business or organization, including its partners, clients or employees, and not for general distribution on the App Store. Business apps available on the App Store are meant for use by a wide variety of external customers around the world. 

  在審查過程中,我們發現此應用程序是為特定的業務或組織(包括其合作伙伴、客戶或員工)設計的,而不是為應用程序商店中的一般分發而設計的。App Store上提供的商業應用程序可供世界各地的各種外部客戶使用。

 

發布app不成功

1. _setAlwaysRunsAtForegroundPriority:, zipArchiveDidUnzipFileAtIndex:totalFiles:archivePath:unzippedFilePath:, zipArchiveProgressEvent:total

  提示使用私有方法

  

  刪除_setAlwaysRunsAtForegroundPriority的相關代碼以及引用變量_alwaysRunsAtForegroundPriority的代碼:

   

@property (setter=_setAlwaysRunsAtForegroundPriority:, nonatomic) bool _alwaysRunsAtForegroundPriority;

 

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM