Missing Features (NearBy + Network)
Droppix opened this issue · 3 comments
Droppix commented
Feature Description
Hi,
Super framework, however 2 permissions are missing NSNearbyInteractionUsageDescription & NSLocalNetworkUsageDescription
Do you think you can bring them?
Thanks
ivanvorobei commented
Hello!
NSLocalNetworkUsageDescription
will request only by apple, but I know way to simulate it. If you can provide code for request and get state for both I can add shortly.
Droppix commented
Hi,
Thanks for your response.
You can try https://github.com/aniltaskiran/iOSNearbyInteraction, only you must add "NSNearbyInteractionUsageDescription" in info.plist.
Thanks
ivanvorobei commented
Moved to #282