如何在我的 iphone 应用程序上使用蜂窝/wifi 网络?

发布于 2024-12-09 18:03:31 字数 366 浏览 1 评论 0原文

我开发 iPhone 广播流媒体应用程序。
我向应用商店提交了它,但被拒绝了。
因为我的应用程序无法访问流媒体服务器。
(此时我想知道为什么我测试时我的应用程序在我的iPhone上播放)
经过互联网搜索,我发现我错过了两个plist属性。
即“应用程序使用 WiFi”和“所需的设备功能”。

那么,我可以得出这样的结论吗 如果我想通过流媒体服务器播放广播流,那么我必须明确通知我的应用程序的 plist 使用 WiFi?

这是正确的吗?

另外如何发送和发送通过蜂窝网络接收网络数据?
只是无事可做吗?或者有什么需要改变的(比如WiFi)?

请帮助我。
提前致谢。

I develop radio streaming iphone app.
I submitted it to app store, but rejected.
Because my app could not access streaming server.
(at this moment, I wonder why did my app plays on my iphone when I tested it)
After searching through internet, I found that I missed two plist propertys.
That are "Application uses WiFi" and "Required device capabilities".

So, could I conclude that
If I want to play the radio streaming via streaming server, then I must explicitely notify my app's plist to use WiFi?

Is this right?

Additionally How to send & receive network data via cellular networK?
Just nothing to do? Or Anything to change(like WiFi)?

Please help me.
Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

朕就是辣么酷 2024-12-16 18:03:31

首先,您应该测试您的库是否正确链接到您的应用程序。
如果您在 Iphone 上使用 wifi,那么您应该在 plist 中明确添加应用程序的功能(使用 wifi)。 “应用程序使用 WiFi”、“所需的设备功能”。

我建议您的 Iphone 具有可达性。如果用户在蜂窝网络上使用您的应用程序,您的应用程序应该确认用户正在使用蜂窝网络。应用商店引导用户使用可达性。
所以我推荐它!

First, You should test whether your libraries are correctly linked to your app.
And If you use wifi on your Iphone, then you should explicitely add your app's functionality(the use of wifi) in your plist. "Application uses WiFi", "Required device capabilities".

I recommend that your Iphone have reachability. If user use your app on celluar network, your app should acknowledge user to your app is using cellular network. The app store guide user to use reachabilty.
So I recommend it!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文