ios11 - MCSession delegate methods are not firing when i send the media -


i doing 1 application using multipeer connectivity.in when send media files 1 ios ios device using sendresourceurl method, destination device receiving correctly.but when try send ios 11 device below versions, mcsession 1 of delegate method not firing

- (void)  session:(mcsession *)session didfinishreceivingresourcewithname:(nsstring *)resourcename      frompeer:(mcpeerid *)peerid         aturl:(nsurl *)localurl     witherror:(nullable nserror *)error {   } 

at point method not firing, media file saved temporary location.i found using delegate method

- (void)                    session:(mcsession *)session didstartreceivingresourcewithname:(nsstring *)resourcename                        frompeer:(mcpeerid *)peerid                    withprogress:(nsprogress *)progress { } 

so can please me how resolve this.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -