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

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

Open
lemonjuicer opened this issue Apr 27, 2023 · 4 comments

Comments

@lemonjuicer
Copy link

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
Copy link
Member

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
Copy link
Author

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

@NghiaTranUIT
Copy link
Member

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
Copy link
Author

Ya will give it a shot -

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

2 participants