简体   繁体   中英

Can two project connect each other with MultipeerConnectivity framework?

I have created two iOS projects. One used MCNearbyServiceAdvertiser to advertise, and another used MCNearbyServiceBrowser to browse. My question is that could browser find advertiser?
A device run A project using MultipeerConnectivity.framework , if B device want connect with A device, B decides must run A project, right?

Use MultipeerConnectivity.framework , A device and B device must run the same project. You can use CoreBluetooth.framework .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM