balthazar / react-native-zeroconf

:satellite: Discover Zeroconf services using react-native
MIT License
214 stars 97 forks source link

Scan Stop working after submitting to App Store Xcode #143

Open elmcapp opened 3 years ago

elmcapp commented 3 years ago

Scan stop working after submitting to the apple store. The app is in TestFlight however it will not scan for services anymore. Can someone help please

I added the following to the info.plist file

NSBonjourServices
<array>
    <string>ezmachine._tcp.</string>
</array>
exmachine Remote control for ezmahines
notjulian commented 3 years ago

Scan stop working after submitting to the apple store. The app is in TestFlight however it will not scan for services anymore. Can someone help please

I added the following to the info.plist file

NSBonjourServices

ezmachine._tcp.

exmachine Remote control for ezmahines

hi, if you use Discovery app ... does it found your device?

can you post the results please?

elmcapp commented 3 years ago

In xcode you need to edit Info.Plist file. instead of using ezmachine._tcp. use _ezmachine._tcp.

On Thu, Dec 10, 2020 at 2:52 AM Julian notifications@github.com wrote:

Scan stop working after submitting to the apple store. The app is in TestFlight however it will not scan for services anymore. Can someone help please

I added the following to the info.plist file

NSBonjourServices

ezmachine._tcp.

exmachine Remote control for ezmahines

hi, have you applied this? https://developer.apple.com/contact/request/networking-multicast https://developer.apple.com/news/?id=0oi77447

Note: You can test your app using the iOS and iPadOS simulators without an active entitlement, but using multicast and broadcast networking on physical hardware requires the entitlement.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/balthazar/react-native-zeroconf/issues/143#issuecomment-742334468, or unsubscribe https://github.com/notifications/unsubscribe-auth/APKMJSVPKZVUDUFABUB6GNDSUB45VANCNFSM4S4S2TIQ .