This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Sharing sqlite database between to iphone applications
Is it possible to share sqlite database for more than one iPhone applications? If yes then please let me know how.
No, this is not possible. You can't share file between apps, other than copying them to the apps sandbox.
I think this is not possible. All apps keep sqlite database file in their private application folder, so shared access may not be possible.
Related
This question already has answers here:
Does my application "contain encryption"?
(14 answers)
Closed 9 years ago.
I'm developing an iPhone app which edits PDF files.
If I allow users to decrypt the PDF file using a password, do I need to check the "This app contains or incorporates cryptography" checkbox when submitting the app to the app store? The app does not output any encrypted files, simply accepts a password from the user if the file is already encrypted.
Also, one of the ways a user can get a pdf into the app is by supplying a URL, since this URL may be over a https connection, does this makes the app "incorporate cryptography" even if I am just downloading a user requested file into the app and no more.
And if so, is there a way I can disable https connections and sidestep the issue for now? (I am using NSURLRequest to download the file)
The question is answered in the following well voted thread. In short, yes if you are using any cypher to decrypt or if you are using https. It is to comply with the US Export regulations.
From iOS 6 and later, it is possible to access the users bookmarks? Or would I have to create my own implementation?
Thanks.
I don't think this is possible. There's an old question for this here: Add bookmark to Safari on iPhone when an application is installed?
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Create provisioning profile in iphone application
i developed my iphone app and i want to test it on my IPhone. i have the account of dev.apple so no need to register. i just want to login with my account. what process i will perform for the getting liencense? im confused how i can do this?
if you want to test your application on real iPhone device then your should check below tutorial
Deploying iPhone Apps to Real Devices
Wei-Meng Lee has described complete procedure step by step in easy way.
let me know if you get any trouble in this i have done!!
You can easily search for that. There is nothing for confusion. Go through this link for enrolling your paid developer account and get licence and certificates
This question already has an answer here:
Closed 11 years ago.
Possible Duplicate:
Merging existing iPhone and iPad app ids into a single universal app id
I know how to make the project an universal binary and if def for the different devices my problem comes from the app store. Both of the apps are already available for sale.
-The apps are paid and I need to allow the users of the iPad to be able to download the iPhone version.
-or ideally i will be able to merge the two apps and be left with 1 app only.
-I know i could just delete one of the apps and make the other universal but what happens to the users who bought the other one.
-Also i know i could make both of the apps universal but in this way i duplicate app store content and i don't want to do that.
Does anyone knows other solutions?
Thanks in advance for any reply.
Short and simple. The answer is, no.
I'm affraid you will have to make that universal app.
This question already has answers here:
Closed 11 years ago.
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 store? Should I get a TSU-Notification, SNAP-R, or something else?
Please see this question:
Using SSL in an iPhone App - Export Compliance
JosephH's answer to that question is probably quite relevant: it appears that these days Apple is accepting ERNs and you don't need CCATS. (However, Apple's current iTunes connect document still references the need for CCATS.)
This question is also related:
Does my application "contain encryption"?
The best way is to start by reading the Bureau of Industry and Security web site at http://www.bis.doc.gov/encryption and then call the help desk at 202-482-0707 if you have questions about your specific application.
TSU only applies if your app is "publicly available" and the fact that you're using OpenSSL does not mean your app is authorized for export as well.