Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

com.apple.dnssd.AppleDNSSDException: DNS-SD Error -65563: SERVICENOTRUNNING #12

Closed
gurtajs4 opened this issue Nov 30, 2016 · 1 comment

Comments

@gurtajs4
Copy link

Hi,

First of all, I would like to thank you for creating such a nice library for the community to workaround most of the bonjour problems. This is really helpful for applications.

Coming back to the scenario, which I faced and would like to highlight is in your Application AndroidManifest, you haven't specified INTERNET permission and it is instead present in the Library manifest.
For example look here.

I think this is real scenario where people try to use this project to check the feasibility and later just integrate the library with their code. You should also highlight adding INTERNET permission AndroidManifest of application

If also you can reply to the stackoverflow thread

Regards,
Gurtaj

@andriydruk
Copy link
Owner

Hi Gurtaj,

I hope people have already migrated to Gradle and don't build Android projects with Ant. That's why INTERNET permission should be automatically merged into your application manifest from my library (in Android Studio 2.2 was introduced new Merged Manifest tab for AndroidManifest.xml files, take a look)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants