fkuehne / upnpx

Officially endorsed fork of the discontinued upnpx library by Bruno Keymolen
Other
259 stars 113 forks source link

Show lifecycle management in iOS demo #13

Open bibhas2 opened 10 years ago

bibhas2 commented 10 years ago

The demo should show how to start the SSDP server and any background threads when app is active and shutdown the server and threads when it becomes inactive. Right now, the RootViewController is starting the server. But I didn't see any code to shutdown the server and threads.

mgatelabs commented 9 years ago

A little old, but look at VLC for iOS source code, it does the lifetime management stuff and kinda works.