We are close to deploying a build of our product. However, we are cursed by a Peer Assisted Networking permissions dialog, which we do not want.
We don't need to use anything that relies on peer assisted networking and believe the dialog is caused by a library that we include. If we could identity the library they we could remove it.
We know it can be caused by NetGroup
and NetStream
. We have deleted every instance of these from our code base. Is there any other libraries that cause it?
Thanks,