簡體   English   中英

Apple 不接受使用 just_audio_background package for flutter 將應用程序提交到商店

[英]Apple doesn't accept submission of the app into the store using just_audio_background package for flutter

我按照有關如何設置應用程序以使用來自 just_audio_background package ( https://pub.dev/packages/just_audio_background ) 的背景音頻的說明進行操作。

不幸的是,在下一次向商店提交的應用程序中,蘋果拒絕了聲明:

蘋果指南

在文本中:

Guideline 2.5.4 - Performance - Software Requirements


Your app declares support for audio in the UIBackgroundModes key in your Info.plist, but we were unable to play any audible content when the app was running in the background.


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.

后台功能適用於 TestFlight 的暫存和生產應用程序,我可以將應用程序置於后台或鎖定屏幕並繼續收聽音頻,從通知中心播放/暫停,但蘋果仍然不接受。

package 的 README 文件中缺少哪些內容需要添加才能被 Apple 接受?

這是播放器在通知中心的截圖:

在此處輸入圖像描述

我按照 package 自述文件中的說明設置了所有內容,它們按預期在 TestFlight 上工作,但如問題中所述被蘋果拒絕了。

所以,我們只需要創建一個背景音頻功能工作的視頻,並將其作為蘋果評論中的回復發送給蘋果,因此評論者重新考慮並批准了該版本發布。 基本上,我們必須證明我們的應用程序確實有聲音內容,並且它在后台運行。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM