提交程序被拒绝,请大家帮忙看看怎么回事啊,谢谢

2 views
Skip to first unread message

han yunfeng

unread,
Oct 22, 2009, 10:24:53 PM10/22/09
to cocoa...@googlegroups.com
以下是邮件
 
> qwawa cannot be posted to the App Store because it is transferring excessive volumes of data over the cellular network, which as outlined in the iPhone Developer Program License Agreement section 3.3.20, is prohibited:
>
> " If an Application requires or will have access to the cellular network, then additionally such Application:
>
> -  Must comply with Apple's best practices and other guidelines on how Applications should access and use the cellular network;
>
> -  Must not in Apple's reasonable judgment excessively use or unduly burden network capacity or bandwidth;"
>
> To determine the type and availability of network connections in order to restrict your application to Wi-Fi you can reference the Apple DTS Sample Code Reachability:
> <http://developer.apple.com/iphone/library/samplecode/Reachability/index.html>http://developer.apple.com/iphone/library/samplecode/Reachability/index.html
>
> In order for your application to be reconsidered for the App Store, please resolve this issue and upload your new binary to iTunes Connect.
>
> Should you require more assistance with resolving this issue, Apple Developer Technical Support is available to provide direct one-on-one support for discrete code-level questions.  Please be sure to include any crash logs, screenshots or steps to reproduce this issue in your request.
>
> Developer Technical Support
> <idp...@apple.com>
>
> Regards,
>
> iPhone Developer Program
 
 
看意思好像是说使用celluar netwrok 数据流量过大,只能用wifi?
一直不知道apple还有这个限制
 
程序主要功能就是从网络不断接收图片数据然后显示出来
 
 
小僧快帮帮忙啊

S.H. Ai

unread,
Oct 22, 2009, 11:11:31 PM10/22/09
to cocoa...@googlegroups.com
一直有这个限制, 如果数据量大用cellular肯定不行,速度慢不说还费钱:)

你又没有设置 use wifi的标志? 就是在需要网络时弹出框让用户选择? 如果没有就加上试试,如果用户自愿选择celluar估计apple也没办法,,祝好运


2009/10/23 han yunfeng <hanyu...@gmail.com>

yile

unread,
Oct 28, 2009, 10:15:54 PM10/28/09
to cocoaChina
额。。小僧几乎把这里给忘记乐。。原来创建这个group的账号不用乐,自己现在用的账号lvy...@cocoachina.com又不能加入这种类
型的group。。。

实在抱歉!

楼上nerocoder前辈说的没错,就按照他的说法做,前辈的blog有这样的文章:
1,iPhone SDK 开发:如何判断WIFI链接
http://www.flyblog.info/catprogramming/335.html

2, iPhone开发中的问题整理(一)
http://www.flyblog.info/catprogramming/423.html

有事尽量站内找小僧哈:)
--
cclv

On Oct 23, 11:11 am, "S.H. Ai" <acs...@gmail.com> wrote:
> 一直有这个限制, 如果数据量大用cellular肯定不行,速度慢不说还费钱:)
> 你又没有设置 use wifi的标志? 就是在需要网络时弹出框让用户选择?
> 如果没有就加上试试,如果用户自愿选择celluar估计apple也没办法,,祝好运
>

> 2009/10/23 han yunfeng <hanyunf...@gmail.com>


>
>
>
> > 以下是邮件
>
> > > qwawa cannot be posted to the App Store because it is transferring
> > excessive volumes of data over the cellular network, which as outlined in
> > the iPhone Developer Program License Agreement section 3.3.20, is
> > prohibited:
>
> > > " If an Application requires or will have access to the cellular network,
> > then additionally such Application:
>
> > > - Must comply with Apple's best practices and other guidelines on how
> > Applications should access and use the cellular network;
>
> > > - Must not in Apple's reasonable judgment excessively use or unduly
> > burden network capacity or bandwidth;"
>
> > > To determine the type and availability of network connections in order to
> > restrict your application to Wi-Fi you can reference the Apple DTS Sample
> > Code Reachability:
> > > <

> >http://developer.apple.com/iphone/library/samplecode/Reachability/ind...>http://developer.apple.com/iphone/library/samplecode/Reachability/ind...<http://developer.apple.com/iphone/library/samplecode/Reachability/ind...>


>
> > > In order for your application to be reconsidered for the App Store,
> > please resolve this issue and upload your new binary to iTunes Connect.
>
> > > Should you require more assistance with resolving this issue, Apple
> > Developer Technical Support is available to provide direct one-on-one
> > support for discrete code-level questions. Please be sure to include any
> > crash logs, screenshots or steps to reproduce this issue in your request.
>
> > > Developer Technical Support

> > > <idp-...@apple.com>

iShadow

unread,
Nov 2, 2009, 11:01:49 PM11/2/09
to cocoaChina
第一,所有访问cellular的应用都应该提醒用户,因为会产生额外的费用。
第二,数据流量太大的app最好限制为只在wifi网络中使用


这两条是基本规则。


On 10月23日, 上午10时24分, han yunfeng <hanyunf...@gmail.com> wrote:
> 以下是邮件
>
> > qwawa cannot be posted to the App Store because it is transferring
>
> excessive volumes of data over the cellular network, which as outlined in
> the iPhone Developer Program License Agreement section 3.3.20, is
> prohibited:
>
> > " If an Application requires or will have access to the cellular network,
>
> then additionally such Application:
>
> > - Must comply with Apple's best practices and other guidelines on how
>
> Applications should access and use the cellular network;
>
> > - Must not in Apple's reasonable judgment excessively use or unduly
>
> burden network capacity or bandwidth;"
>
> > To determine the type and availability of network connections in order to
>
> restrict your application to Wi-Fi you can reference the Apple DTS Sample
> Code Reachability:> <
>
> > In order for your application to be reconsidered for the App Store, please
>
> resolve this issue and upload your new binary to iTunes Connect.
>
> > Should you require more assistance with resolving this issue, Apple
>
> Developer Technical Support is available to provide direct one-on-one
> support for discrete code-level questions. Please be sure to include any
> crash logs, screenshots or steps to reproduce this issue in your request.
>
>
>
> > Developer Technical Support
> > <idp-...@apple.com>

han yunfeng

unread,
Nov 3, 2009, 1:39:50 AM11/3/09
to cocoa...@googlegroups.com
感谢提供建议

1 新一版已经加了提醒给用户了,只有用户同意之后才能继续
2.因为可能需要跟联通合作,而联通没有wifi,所以celluar是必须的,没办法限制只用wifi,目前对网络数据流量做了限

等新一版提交后看看能不能通过



2009/11/3 iShadow <iamno...@gmail.com>
Reply all
Reply to author
Forward
0 new messages