NVentimiglia / Realtime.Messaging.Xamarin

Realtime.co websockets in Xamarin
http://framework.realtime.co/
28 stars 9 forks source link

Realtime.Messaging.IOS.WebsocketConnection.Link() is missing #10

Open Dids opened 7 years ago

Dids commented 7 years ago

The namespace/function path for Realtime.Messaging.IOS.WebsocketConnection.Link() doesn't exist.

Specifically the Realtime.Messaging.IOS namespace doesn't exist. All I did was uninstall the Realtime Messaging framework for Xamarin, using Nuget.

I'm running into the dependency service issue on Xamarin.Forms, and have no clue on how to fix it.

Dids commented 7 years ago

Under my Android project, Realtime.Messaging.Droid is there, but on iOS there's no platform specific namespace available.

NVentimiglia commented 7 years ago

Looks like the nuget might be wrong, ill look into this.

For now try adding the DLL reference from the packages directly.

roesterr commented 7 years ago

I installed the latest nuget (not new) and can confirm this is still an issue with the nuget package. To work around it I compiled the latest source directly into my Xamarin.Forms PCL project (instead of installing the nuget package) and that launched, once I manually installed the SocketRocket package in the iOS part of my XF project (as per the README notes).