Transfer iOS app to another developer [duplicate] - ios

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

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"

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,

Lost apple private keys after disk failure [duplicate]

This question already has answers here:
Lost Private Key For iPhone Distribution Certificate. What could be solutions?
(2 answers)
Closed 8 years ago.
I have developed an IOs app on my MacbookPro laptop, which unfortunately had suffered a disk failure last week, with all data on it being lost.
Dumb as I am, I did not backup any of the keys I had on my laptop. My question is, can I still somehow update my existing application (I do still have my source code) in the app store? Or is it the same case with Google's keystore, where if you lose your key you must create a new application?
Thanks
You can update your app easily. Simply follow the same steps you originally followed to create a new app store distribution profile. As long as you do not change the app id of the application, it will be the same app.

Resources