问题描述
我有一个非常大的问题。我为IOS开发了3个应用程序2,对于mac osx,1开发了使用(女巫是一个 CCCryptor
(AES加密)包装)。
申请被拒绝了两次,他们在分析中心(两次)将它们发送给我:
- 我第一次对加密问题说是,并按照其余的问题。
- 第二,我说也许是因为RNCRyptor使用SDK加密的构建,我必须重播否,否则应用程式再次遭到拒绝。
我认为现在,我必须注册我的加密应用程序CCATS 或SNAP-R,根据这个一篇文章。但是可能需要一个月或更长的时间来接受(或不接受)我的请求。
我的问题是:
- 使用
CCCryptor
(使用RNCryptor),是否要将加密证书的副本发送给Apple,或者我是否缺少其他内容? - 如果是,我如何加速进程(我不在美国)?
- 最后,苹果问:您是否在法国发行您的产品?,这意味着我的公司是法国还是该法国产品的销售?
- 我如何获得法语认证?我们是否有像美国认证的在线表格,或者我们必须用法语去管理一个?
您必须执行CCATS / SNAP-R程序。问题是苹果的服务器处于这些状态,并将您的应用程序运送回欧洲。
在我们的案例中,是的,大概需要3周才能完成。
现在就您的问题:
使用CCCryptor(与RNCryptor),我要交付一个
加密证书的副本给苹果,还是我还缺少其他的?
不,您不需要向苹果提供任何证书或代码。
启动进程今天...这是唯一有用的东西。
正在询问您将在哪些商店销售,只有法国,欧洲,全世界
我不认为有翻译,你只需要做在线表格填写长的问题列表。
祝你好运,
I have a really big problem.
I developed 3 applications 2 for IOS and 1 for mac osx to encrypt files using RNCryptor
(witch is a CCCryptor
(AES encryption) wrappers).The applications was rejected twice, and they send this to me in the resolution center(twice):
- the first time i say "YES" for the cryptography question and follow the rest of questions.
- second, i say maybe because RNCRyptor using the build in SDK encryption i have to replay "NO", but the app was rejected again.
I think that for now, i have to register my application for encryption a "CCATS" or a "SNAP-R" according to this article. but it can take a month or more to accept(or not) my request.
My questions are:
- using
CCCryptor
(with RNCryptor), have i to deliver a copy of the encryption certificate To Apple, or i'm i missing sothing else? - If YES, how can i accelerate the process (i'm not in the USA)?
- In the end, Apple ask :
are you releasing your product in France?
, they mean that my Company is in French or that application will be sell in the French stor ? - How can i get the certification for French? have we an online form like USA certification or we have to go to the administration in French to have one ?
You will have to do the CCATS/SNAP-R procedure. The problem is that the servers of Apple are in the states and you ship your application back to Europe.And yes in our case it took about 3 weeks to get all done.
Now for your Questions:
No you don't need to deliver any certificates or code to apple.
Start the process today... it's the only thing that helps.
Apple is asking in what stores will you sell, only France, Europe , worldwide
I don't think the have a translation, you will just have to do the online forms and fill the long question list.
Good Luck,
这篇关于AES-256加密苹果iTunes出口限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!