Can I store files in an iPhone's file system? [duplicate] - ios

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
saving data in iOS
Do we have a provision profile to select or save a file in directories in an iPhone using NSPathUtilities.h?

Within your app sandboxed environment yes.

Related

Retrieving MY iOS app's files from the App Store [duplicate]

This question already has answers here:
How to reverse engineer an Xcode project from an app?
(2 answers)
Closed 3 years ago.
Recently, I accidentally overwrote my iOS app on my Mac. But I uploaded to Apple Connect for testing. Is there a way to retrieve the files of my app from there?
No. What you uploaded to App Store Connect is compiled code. What you are looking for is your source code (text).

is it possible to get info about another apps on iphone [duplicate]

This question already has answers here:
How can I check programmatically that list of applications are installed or not in iPhone
(2 answers)
Closed 4 years ago.
I'm doing an iOS app and I want to get some data about my users.
Is it possible to get information about another apps on user's phone? At list name of all apps on iphone, or last launching time?
Answered here: Check for installed apps on iOS 9 and 10
HackingwithSwift.com also has a good article on this: How to check whether your other apps are installed
The HWS video on this warns that "you may have to provide an explanation to the review team if you query too many apps or apps that aren't yours"

How to fetch all music apps name contains in device [duplicate]

This question already has answers here:
Finding list of installed apps on iphone
(7 answers)
Closed 6 years ago.
I have to fetch all music apps name contains in device (like google play,gaana,saavan) and has to show all name in my app. I search a lot but not able to find a solution.Please help me if anyone has an idea.
Is there any way to fetch downloaded music files or list from iTunes store?
iOS applications are installed in Sandboxed environment, meaning that they cannot do anything outside their own application. It may work on Jailbroken devices!
More details given in this link,

Change App name on App Store (iTunes Connect) [duplicate]

This question already has answers here:
change app name in App Store
(4 answers)
Closed 7 years ago.
How do I change a app name on App Store?
This app is already for sale.
I saw in anothers posts that there is a edit button in version details screen, but I can't find it.
You can only change the name when you submit an update.

How to change the category of an iOS App in the App Store [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
How to change the primary category of the iPhone app after submission?
How do I go about doing this now that Apple has made it a pain in the neck? Is it still possible to do it with an update?
This isn't a programming question, but I can confirm that yes, the Category is editable when submitting a new version of your app. So you can change it with an update.

Resources