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

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"

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).

Swift: Is there a way to get the running apps in IOS? [duplicate]

This question already has answers here:
How to get information about free memory and running processes in an App Store approved app? (Yes, there is one!)
(2 answers)
Closed 5 years ago.
Is there a way to get the running apps info or the action of openning the app in IOS? There is a way to do that in android with getRunningTasks, maybe there is a way to do that in ios?
At last in non-jailbroken iOS there is no such possibility. The reason is to protect users privacy - app should not know about other apps that are installed on user device (otherwise it could eg. spot business rivals app).

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,

What changes does Apple require for app submissions as of 1st of May? [duplicate]

This question already has answers here:
What's the meaning of "App must be built for iOS devices with Retina display"
(3 answers)
Closed 9 years ago.
I've heard about and read some of the new regulations from Apple about submitting apps to app store.
Firstly, the new version of my app is nearly done and it supports the 4-inch screen now.
About the UDID regulation, I don't exactly know what it means and am not quite sure whether my app follows the rule, how should I check this?
And before I submit my app, what steps and setting should I do in my project? My last submitting was over 1 year ago with other's help, so I'm not confident in myself.
For example, how many icons do I need in my project? (currently I have icon.png, icon#2x.png, icon-small.png, appIcon-small#2x.png, icon-72.png, and icon-small-50.png).
I just want to be fully prepared to submit my app.
Thanks for any help!
Icon sizes are listed here:
http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/IconsImages/IconsImages.html
The biggest shock for me, when submitting an app after a hiatus, was the 1024x1024 App Store icon. Who has artwork that big???
You will also need double-resolution screen shots for all device sizes (iPhone 4, iPhone 5, and iPad).
My book has a pretty good checklist of the things you'll need as part of your final preparations before submission:
http://www.apeth.com/iOSBook/ch09.html#_final_app_preparations

Transfer iOS app to another developer [duplicate]

This question already has answers here:
Transferring ownership of an iPhone app on the app store
(18 answers)
Closed 9 years ago.
Suppose developer A posts an app to the App Store, and then wants to allow developer B to take ownership (and be responsible for future updates). Is this possible, and if so, what is involved?
Thanks in advance.
You have to ask Apple to do it and it usually takes a while.
See this post: Transferring ownership of an iPhone app on the app store

Resources