Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/iphone/40.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Iphone 中频无线流媒体';s的连接不好,下一步该怎么办?_Iphone_Streaming_Connection_Itunes_Radio - Fatal编程技术网

Iphone 中频无线流媒体';s的连接不好,下一步该怎么办?

Iphone 中频无线流媒体';s的连接不好,下一步该怎么办?,iphone,streaming,connection,itunes,radio,Iphone,Streaming,Connection,Itunes,Radio,我制作了广播流媒体Iphone应用程序。 并提交到itunes应用程序stroe。 但他们拒绝了我的应用程序。 这就是原因 2.2: Apps that exhibit bugs will be rejected When the user taps on a radio, an alert is displayed stating the connection is lost and no further action can be produced. 是的,如果连接失败,我会让连接

我制作了广播流媒体Iphone应用程序。
并提交到itunes应用程序stroe。
但他们拒绝了我的应用程序。
这就是原因

2.2: Apps that exhibit bugs will be rejected
When the user taps on a radio, an alert is displayed stating the connection is lost   
and no further action can be produced. 
是的,如果连接失败,我会让连接错误消息显示在屏幕上。
但他们要求采取进一步行动。
您认为需要采取什么进一步的行动吗?
你用的是Wunder收音机还是Tunein收音机?如果连接失败,这些应用程序也会执行相同的操作。
仅显示连接错误消息


我该怎么办?

您最好的选择是在连接丢失、失败或中断时提供更好的用户体验。我的意思是,您应该实现一种对用户可见的机制,该机制尝试根据网络条件的变化重新建立与流媒体服务器的连接

另外,如果您允许用户从您提到的警报视图触发该操作也很好,例如“连接丢失。是否重试”+否/是


一个很好的开始是添加到您的项目中(苹果有使用它的演示代码)。

嗨,我提交了新版本,它具有可访问性,但我收到了相同的消息。我该怎么办?