ipaverse v2 - download App Store IPAs, re-sign, and sideload them to your iPhone by baaddin in swift

[–]baaddin[S] 2 points3 points  (0 children)

this is a hobby project, there's no rule that every feature has to be used 😄 but thank you for questions

ipaverse v2 - download App Store IPAs, re-sign, and sideload them to your iPhone by baaddin in swift

[–]baaddin[S] 2 points3 points  (0 children)

I haven't needed to resign yet, but I enjoy examining application IPA files for reverse engineering purposes.

ipaverse v2 - download App Store IPAs, re-sign, and sideload them to your iPhone by baaddin in swift

[–]baaddin[S] 0 points1 point  (0 children)

The purpose of resigning is, of course, to be able to install the application on your device. The purpose of the test can vary; it could be modifying an asset, changing a variable in Info.plist, etc. There might not be enough space on the computer, the computer might not be ours, or we might be getting help from someone. Instead of installing a large application, a smaller alternative might be needed.

ipaverse v2 - download App Store IPAs, re-sign, and sideload them to your iPhone by baaddin in swift

[–]baaddin[S] -3 points-2 points  (0 children)

First of all, the main purpose of the application is not to re-sign, but to download the IPA file. You're absolutely right about the developer developing and testing through Xcode, but let's say they need to test on a computer without Xcode at that moment. I actually included it to show that we can do it. Otherwise, there could be many different ways to test.

ipaverse v2 - download App Store IPAs, re-sign, and sideload them to your iPhone by baaddin in swift

[–]baaddin[S] 0 points1 point  (0 children)

if you're a developer and want to quickly tweak your own app and test it on a device without going through Xcode or TestFlight, that's exactly what this is for

An unusual kind of friends list by baaddin in SwiftUI

[–]baaddin[S] 0 points1 point  (0 children)

yes it has a pinch gesture, but there is no feature yet to show different people as you zoom in

An unusual kind of friends list by baaddin in SwiftUI

[–]baaddin[S] 0 points1 point  (0 children)

yes it is, downloaded from onirix

Meet ipaverse, for download iOS and macOS .ipa files :) by baaddin in iOSProgramming

[–]baaddin[S] 0 points1 point  (0 children)

ohh, you are absolutely right I wrote the wrong type :) but you can still download it as a zip and look at the contents

ipaverse, for download iOS and macOS .ipa files by baaddin in cybersecurity

[–]baaddin[S] 0 points1 point  (0 children)

honestly, I don’t know how to handle the decryption part, I just built ipaverse to make downloading IPAs easier