[GH-ISSUE #128] "Your app would like to find and connect to device on your local network“ #77

Open
opened 2026-03-03 19:11:35 +03:00 by kerem · 4 comments
Owner

Originally created by @lemonjuicer on GitHub (Apr 27, 2023).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/128

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?

Originally created by @lemonjuicer on GitHub (Apr 27, 2023). Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/128 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?
Author
Owner

@NghiaTranUIT commented on GitHub (Apr 28, 2023):

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

<!-- gh-comment-id:1526940840 --> @NghiaTranUIT commented on GitHub (Apr 28, 2023): 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
Author
Owner

@lemonjuicer commented on GitHub (Apr 28, 2023):

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

<!-- gh-comment-id:1527994333 --> @lemonjuicer commented on GitHub (Apr 28, 2023): This isn't even in the info.plist anymore but it still pops up...
Author
Owner

@NghiaTranUIT commented on GitHub (Apr 29, 2023):

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)

<!-- gh-comment-id:1528329986 --> @NghiaTranUIT commented on GitHub (Apr 29, 2023): 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)
Author
Owner

@lemonjuicer commented on GitHub (Apr 29, 2023):

Ya will give it a shot -

<!-- gh-comment-id:1528793509 --> @lemonjuicer commented on GitHub (Apr 29, 2023): Ya will give it a shot -
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#77
No description provided.