Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Version Deleted IPA #8

Closed
wes1993 opened this issue Sep 6, 2022 · 5 comments
Closed

Build Version Deleted IPA #8

wes1993 opened this issue Sep 6, 2022 · 5 comments

Comments

@wes1993
Copy link

wes1993 commented Sep 6, 2022

Hello!!!
first thanks a lot for you wonderful guide :)
I have one question, how can I find the Build version of a deleted IPA? (I have bought the IPA in my account, I can see in the purchased tab)

The IPA app is Blynk (legacy) not the Blynk IoT

@qnblackcat
Copy link
Owner

Sorry for the late reply, I completely forgot to answer your question. Do you still need it tho?

@wes1993
Copy link
Author

wes1993 commented Oct 8, 2022

Yea, I need to Download the Blynk IPA

@qnblackcat
Copy link
Owner

qnblackcat commented Oct 8, 2022

  1. Go to your Purchased tab and download the latest version of your app (Blynk).
  2. Rename the iPA from .ipa to .zip.
  3. Extract the downloaded iPA > Payload > open the iTunesMetaData.plist in any Text editor (ex: Wordpad…)
  4. At the middle of the file, you‘ll see all the available Build version numbers of the app (softwareVersionExternalIdentifiers).
  5. Now you have the Build version numbers. Keep trying until you get the version you need. It’ll take a while depending on your luck

@wes1993
Copy link
Author

wes1993 commented Oct 8, 2022

Thanks a lot!! Really thanks :)

@wes1993 wes1993 closed this as completed Oct 8, 2022
@qnblackcat qnblackcat pinned this issue Oct 19, 2022
@surajreddy
Copy link

Just a note that I had to do this for a paid app, and this comment saved the day. It worked great for downloading an older build of Minecraft.

For me the iTunesMetaData.plist was in the main folder itself (not under Payload).

On windows I followed these steps:

  • Download the most current app using iTunes.
  • Navigate to the app in explorer.
  • Rename the extension to .zip from .ipa
  • Open or extract the app, and open the iTunesMetaData.plist file in a text editor.
  • I found the build numbers under the key <key>softwareVersionExternalIdentifiers</key>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@surajreddy @wes1993 @qnblackcat and others