发件人 Apple
- 5 Performance: Software Requirements
Guideline 2.5.4 - Performance - Software Requirements
Your app declares support for audio in the UIBackgroundModes key in your Info.plist but did not include features that require persistent audio.
Next Steps
The audio key is intended for use by apps that provide audible content to the user while in the background, such as music player or streaming audio apps. Please revise your app to provide audible content to the user while the app is in the background or remove the "audio" setting from the UIBackgroundModes key.
8***@qq.com (作者)
只用了push功能,// "UIBackgroundModes" : [ "audio" ]已经在mainifest.json注释掉了,由于第一次上架苹果所以还是有很多不懂的地方,麻烦大佬能再详细点,感谢感谢
2021-03-29 10:56
8***@qq.com (作者)
我有热更新代码,是不是这个也会影响?
2021-03-29 11:01