IOS 15-16 App Potatso Alternative
When I try to SSL pin an iOS IPA file, Reflutter prompts me to use the Potatso app. Potatso installation requires iOS 17. However, because my device is old, it only supports iOS 16 at most. Is there an alternative proxy program to Potatso? I searched online for older versions of Potatso, but I couldn't find the IPA file. What can I do about this?
You know how to set a proxy on iOS right? That should solve the issue.
Did you know that a standard proxy doesn't work for SSL pinning in Flutter apps? Flutter requires a VPN-based app like Potatso for SSL pinning. For example, Android requires Tunproxy. You should also examine these as examples. https://www.appknox.com/blog/bypass-ssl-pinning-in-ios-app
You can set your device to be in supervision mode and install a proxy configuration profile that does the same thing as what Potatso will do. That's what I use on my device.
I tried it, it doesn't work. In Flutter apps.
You can use the open source Proxypin app below. It works for Android and iOS. Github Releases: https://github.com/wanghongenpin/proxypin/releases
iOS App Store:https://apps.apple.com/app/proxypin/id6450932949
Android Google Play:https://play.google.com/store/apps/details?id=com.network.proxy
this did the job for me thank you. @cihanmehmet