microsoft / project-rome

Code samples and documentation of Microsoft's Project Rome SDK
https://aka.ms/projectrome
Creative Commons Attribution 4.0 International
447 stars 99 forks source link

Can't find NearShareReceiver #83

Open wenchaotao opened 4 years ago

wenchaotao commented 4 years ago

I am trying to use the sample code in nearsharestandalone project, looks like the SDK currently only has the API for the sender (ie. NearShareSender). Does anyone know if and when a receiver API (ie. NearShareReceiver) will be available? Thanks.

cmknox commented 4 years ago

@wenchaotao Currently the Nearby Share APIs only work in one direction, from Android to Windows. Android cannot be a receiver of the shared content.

wenchaotao commented 4 years ago

Is there any plan to add the receiver API, and estimated timeline if there is?

cmknox commented 4 years ago

@wenchaotao It is currently on the backlog, but not actively being developed.

artemious7 commented 4 years ago

hello. any update on this?

stevennyman commented 2 years ago

@wenchaotao Currently the Nearby Share APIs only work in one direction, from Android to Windows. Android cannot be a receiver of the shared content.

It would be helpful to include this in the docs somewhere as this is not clear from the current documentation.

ShortDevelopment commented 1 year ago

I’m currently trying to implement the MS-CDP and NearShare protocol myself.

If you are interested... https://github.com/ShortDevelopment/Nearby-Sharing-Windows/issues/8