Apple's guidelines, regarding Network communication, encrypted data [closed] - ios

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am going to need to have encrypted messages between my app and my server.
I was going through apple's documentation to find something about that issue.
(basically I need to encrypt the way the communication is going on so that no other app can imitate that and use my server)
Does anyone know if this can pose a problem with Apple?

No apple has no problem with this, but....
If you are using strong encryption you will have to get a licence, look at this site for more details. The documents they provide when get the licence you will have to upload to apple when you publish your app.
I also found this SO which points to this blog which details how to obtain permission.

Related

How to delete data from iPhone without being able to recover it again [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I want to sell my iPhone5, I have captured photos through its camera. Before selling I deleted all of my private pictures but I am worried that someone else will recover it.
My question is what should I do to delete photos permanently from iPhone5 without its recovery again.
Please help me. Thanks in advance.
Back up options :
You should use apple iCloud to store all your data which will be connected with your apple id online and can be restored any time.
Use iTunes to back up all your data to your local system.
Reference
Post 1 or 2 delete or factory reset your phone, which will wipe out all data and then it would be safe to sell it.

Programmatically Controlling an iOS data connection [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I was recently asked to create an iOS app for a client which controls all other installed apps' access to cellular data. For instance, the user would be able to turn off cellular data access to all apps but Safari.
I assumed that this wouldn't be possible because of sand-boxing but couldn't find any relevant info via Google or the developer's docs, so thought I'd ask the question here - is there a specific class or framework I should investigate?
No you can't , Apple does not allow such approaches . So there is no helping class or framework at all.

ios Terms and conditions for my app before downloading from app store [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I saw some applications on app store require the user to accept some custom terms and conditions before being able to download the app.
How can one achieve this? And does this imply Apple's terms and conditions not be valid anymore?
Thanks
If you create a new app using their iTunes Connect portal (which you must), you can specify a custom EULA (End User License Agreement).
As of Apple's terms not being valid anymore, I don't think so but for further reading - these are the minimum requirements your custom EULA must meet:
http://www.apple.com/legal/internet-services/itunes/appstore/dev/minterms/

What is the easiest method for sending a url to an iPhone application? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm writing an application to help me do better research when working on the iPhone. Part of that involves keeping track of/bookmarking urls to look at later.
What's the easiest way for me to send the urls I'm looking at to my application?
So far, I'm using a special email address, and a service that parses the urls out of the email and makes it available for the app on a server somewhere, but I'd like to do better if possible
What about push notification. You could even go so far as to create a browser plugin to have a button push the url to your server then use push notifications to send/replicate that url to the device.

Blackberry: Web Filtering [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I want to block the particular website from access to user. Is there is any API to block the website on blackberry.
Or is there is any way by which i can get the notification that which website is opened.
thanks in advance
This is possible if you are device is using BES. I'm sure that it would have to be controlled by an IT Policy in the BES. A single, standalone application should not be able to simply take control such access controls.
I don't know much about how BES works, but my understanding is that if you have administrative access to the BES infrastructure, you can institute "IT Policies" that can control pretty much everything about the devices that operate with your infrastructure.

Resources