Hi Bruno,
I read your demo project and your tutorial (very well done btw) and noticed you call:
[[[UPnPManager GetInstance] SSDP] searchSSDP];
for initiating devices search.
I have a couple of questions regarding to this call:
- Does 'searchSSDP' internally implies a call to the 'start' method?
- When the iOS application enters background should we call the 'stop' method?
- Is it safe/expected to call 'searchSSDP' every time the application enters an active state again (receives a foreground notification)?
I'm trying to understand the best way to handle the UPnP service depending on the current state and states transitions of the application.
Cordially,
sébastien