ProxymanApp / atlantis

Capture HTTP/HTTPS, and Websocket from iOS app without proxy.
https://proxyman.io
Apache License 2.0
1.27k stars 95 forks source link

"Your app would like to find and connect to device on your local network“ #128

Open lemonjuicer opened 1 year ago

lemonjuicer commented 1 year ago

Hey,

After installing atlantis - and removing it - we can't get rid of this popup... do you have any idea where it might be coming from? This popup seems to occur when it's trying to connect to proxyman. But even after you remove the atlantis-proxyman pod the pop up still lives..

How can I get rid of it?

NghiaTranUIT commented 1 year ago

You should remove this in your app Info.plist

<key>NSLocalNetworkUsageDescription</key>
<string>Atlantis would use Bonjour Service to discover Proxyman app from your local network.</string>
<key>NSBonjourServices</key>
<array>
    <string>_Proxyman._tcp</string>
</array>

https://github.com/ProxymanApp/atlantis#required-configuration-for-ios-14

lemonjuicer commented 1 year ago

This isn't even in the info.plist anymore but it still pops up...

NghiaTranUIT commented 1 year ago

So, look like it's a bug from the iOS 🤔

If you don't mind, can you try to delete your iOS app and reinstall again (try the Git Branch, which has not Atlantis)

lemonjuicer commented 1 year ago

Ya will give it a shot -