Open GoogleCodeExporter opened 8 years ago
[deleted comment]
This is a small hack I did to make my app work after being put to the
background/locked.
Also I added the following to the AppDelegate applicationWillResignActive /
applicationDidBecomeActive:
UPnPManager *manager = [UPnPManager GetInstance];
[[manager SSDP] stopSSDP];
[[manager upnpEvents] stop];
and
UPnPManager *manager = [UPnPManager GetInstance];
[[manager upnpEvents] start];
[[manager SSDP] startSSDP];
Original comment by thiagoss...@gmail.com
on 26 Jun 2013 at 7:05
Attachments:
Original issue reported on code.google.com by
hey68...@gmail.com
on 21 May 2012 at 2:36