How to install .ipa for a removed app to retrieve data from iTunes - itunes

I have an iPa file for an app that was removed from app store , I need to install that on iPhone and then restore the data from a backup from iTunes backup , so I can save my data ,
Please tell me how I can do that .
Regards
Ankit

To install that .ipa file, you need to sign in with your apple id that previously purchased or downloaded (Provided you already possessed the .ipa file).

Related

Backup files to icloud in my react-native app

looking for react-native libraries or development approaches to archive the following:
My Use case
In my react-native app I want to sync pictures ( taken by users ) and other files like the user database "realm.db ( from realmjs )" with the user iCloud drive.
Question
Do I need to upload all the files with cloudkitjs to the web or is it possible to just place the files into a specific app directory and every time the user update the iphone device the -> app it will be automatically synced?
What I already tried
activating iCloud support in my app
created iCloud container
Requirements
everything should be synced within the user/customer iCloud drive
don't want to take care about GDPR guidelines
only an iOS app exisits... no need to sync data between MacOS and iOS
My Stack
react-native 0.60
typescript
Many thanks for any help which put me into the right direction.

Uploading DSYMs files for Fabric Craslytics Automatically

I am trying to upload all DSYMs files while creating .ipa file for Enterprise release not for ITunes release. I am able to upload all my file manually and when I did that it's works fine but still showing missing DSYMs and also when I created new .ipa file again Fabric is not showing crash reports.
can any one help me how to upload DSYMs file automatically for every build and when creating .ipa files. if i have to write script please let me know where do i have to..

Apple developer: How to generate App Id

I have a app for mobile that is build using AppPresser plugin of WordPress. To generate apk or ipa file I am using Phonegap Build site that provide facility to upload zip folder with source code and returns the .apk and .ipa files for Android and Apple.
Now, I am getting .apk file properly for Android but to get .ipa file, this phonegap require the apple account integrated with it.
So, to integrate this account I have generated .p12 file and now trying to get provisioning profile file. I am on the page of Register an App ID of apple and get stuck at first field of Name. Please check below image.
First part of name is Team Id and second part is Bundle ID. I have googled and checked many docs. Found how to get bundle Id. It can be get from emulator of project on MAC machine.
But my problem is that, I am not developing project through MAC, so how would I get this bundle ID to complete this field with correct value ?
Please help.
You have to add your app name their .
eg :- Whatsapp.
Don't add bundle id in the name of the app.

Attach SQLlite database to IPA file

I have searched inoformation to how attach local database to the IPA file to be submitted to Apple Store or Test Flight, but I wasn't successful. So I don't know exactly if:
Is it possible to attach the same db file I have created locally
with all the data to IPA file? How can I do it?
If point 1 is not possible, Will I have to develop in the app
delegate class the creation of the database scheme, and the
insertion of the data auxiliary on the first run in the iPhone app?
Thanks.
Any file in the Copy Bundle Resources in the Xcode project build phases screen will be included in your apps bundle, and so also the ipa file, which as I understand it is simply a zipped application bundle possibly containing an adhoc provisioning profile.

Can I download my own binaries from iTunes Connect?

The mac where I wrote my app is broken and so I cant access the code any more.
I uploaded it to my iTunes Connect account already. Is there a way to download the binaries from my account again?
Edit
iTunes for Mac version 12.7 removes the option to sync apps between your iOS devices and your Mac, and Apple has further removed the option to download iOS apps altogether from iTunes for Mac.
Consequently, the answer below no longer works... Bummer.
Outdated answer
As far as I know, there isn't a way to download the ipa (which is what's submitted to Apple) via iTunesConnect. However, it is possible to download the .ipa using iTunes.
Note, however, that the ipa will include resources (images, sound assets, etc), but the source code (.h, .m., etc) will be in a compiled format. Unfortunately, AFAIK, there is no way to download the source code in a non-compiled format via either iTunes or iTunesConnect.
Still, the assets alone may be useful in recreating a project. To download the ipa, try this:
Find and download your app using iTunes on your Mac. This will download the .ipa that you uploaded.
Open Finder > Goto Music > iTunes > iTunes Media > Mobile Applications (under Mac OSX 10.8.2, possibly within another directory under different versions of OSX)
Copy and paste your .ipa to another location, such as the Desktop (so it doesn't confuse iTunes)
Unzip the .ipa (Right click on the .ipa > Open With > Archive Utility/The Unarchiver/similar unzip program)
In the unzipped directory, you'll find your app under "Payload" > Your_App_Name.app
Right click on your .app file > Show Package Contents