Tagged Questions
-1
votes
1answer
123 views
iTunes Connect Export Compliance with AES 256 & CommonCrypto [closed]
I want to use AES 256 encryption in my app with RNCryptor which uses the CommonCrypto framework of iOS SDK.
I know that I have to get a BIS encryption registration for that (there are lots of posts ...
2
votes
0answers
64 views
What to prepare before submitting an app to AppStore with encryption?
I am going to submit an app with encryption to AppStore. The app CCCrypt and stores text files in the iPhone, using <CommonCrypto/CommonCryptor.h> by Apple.
I will mostly likely select "Yes" ...
0
votes
1answer
181 views
iOS App Store — Encryption and U.S.-Only Apps? [closed]
We're about to release a new app to the iOS AppStore that makes extensive use of encryption, both at-rest and in-transit. Since the app relies on a backend service that we've also written, we'd like ...
0
votes
1answer
88 views
Securely store In-App Purchases
I'm implementing In-App Purchase in my application but I have a problem I could not solve.
For the implentation I read several tutorials, but all of these use the same system to save if you have ...
1
vote
2answers
256 views
Invalid Code Signing Entitlements - Data Protection key not supported
I have received an mail from Apple that my app has been rejected.
The reason is:
We have discovered one or more issues with your recent delivery for
"Secure Send". To process your delivery, the ...
1
vote
0answers
123 views
iPhone Submit application on AppStore having Encryption
I am using AES256 CommonCrypto framework of iOS to encypt data in my application, application is client server communication, all the data is encypt and decrypt both ends, my question is that do I ...
6
votes
2answers
226 views
Using encryption in save data to avoid cheating in an iPhone game
I've read the Apple export restrictions for app using encryption and I'm baffled.
Is it worth to do all the CCATS / SNAP-R procedure only for encrypting my gamesave data?
Using encryption will ...
2
votes
2answers
205 views
Is a digital signature considered encryption?
I make HTTP calls. I send data with a POST method. I do not encrypt my data, but I do pass a GET parameter with an encrypted SHA-1 hash (a simple home-made encryption). Would this be considered ...
0
votes
3answers
1k views
How to encrypt a password traveling across TCP?
In my game app, running from iPhone/iPad to a central server that I control via TCP, I need to send login information.
What I currently do is send a LOGIN opcode with ascii bytes for login and ...
3
votes
1answer
3k views
Adding encryption to an iPhone app, how does it affect approval?
I am If I add encryption to an iPhone app (basically to encrypt a username/password when sending to the server), I will need to answer "Yes" to the question in iTunes connect of if I have added ...
5
votes
2answers
1k views
iPhone AppStore encryption export for openssl usage - How? [duplicate]
Possible Duplicate:
Using SSL in an iPhone App - Export Compliance
I am in Germany, and I am using OpenSSL for encryption on my iPhone App.
How is the best way to get the app in the app ...
2
votes
1answer
208 views
Mac app store — trying to get encryption to work . . . what am I missing?
I am trying to use Alan Quartermain's solution as linked from this question. I keep running into a bunch of unknown symbol errors at link time. Here are some of the unknown symbols: _BIO_new, ...
5
votes
2answers
557 views
HTTPS on iPhone - What kind of encryption?
I'm using an NSMutableURLRequest in an iPhone app, that uses a Content-Type:
application/x-www-form-urlencoded
The protocol is https.
From what I understand, this means the app uses encryption. ...
8
votes
3answers
1k views
App Export Compliance using the Dropbox API
This question (or variations of this question) has been asked before, but as Apple's export compliance rules change relatively frequently, and no one seems to ever get a straight answer, I thought I ...
77
votes
7answers
21k views
Does my application “contain encryption”?
I'm uploading a binary for the first time. iTunes Connect has asked me:
Export laws require that products containing encryption be properly authorized for export.
Failure to comply could result ...
29
votes
4answers
15k views
Using SSL in an iPhone App - Export Compliance
I'm looking at creating an iPhone app that will communicate with a REST Web service. Because some user-sensitive data (name, address, age, etc) will be transmitted, I'm looking at securing the ...