Yortw / RSSDP

Really Simple Service Discovery Protocol - a 100% .Net implementation of the SSDP protocol for publishing custom/basic devices, and discovering all device types on a network.
http://yortw.github.io/RSSDP/
MIT License
288 stars 67 forks source link

How can i launch iOS Project on Device or Simulator? #73

Closed quantumarun closed 6 years ago

quantumarun commented 6 years ago

When i open the Rssdp.iOS project i don't see any info.plist, AppDelegate.cs, Main.cs which is required to test on iOS device. Is there any Test iOS project which can be used to launch on device?

Yortw commented 6 years ago

The Rssdp.iOS project is the library, not an app, so it doesn't have an info.plist or AppDelegate.cs as it doesn't need them. You don't run the library directly. It should be easy enough to put together your own sample app using the quick start guides. I don't appear to have a sample for iOS at present.