Open Dids opened 8 years ago
Under my Android project, Realtime.Messaging.Droid
is there, but on iOS there's no platform specific namespace available.
Looks like the nuget might be wrong, ill look into this.
For now try adding the DLL reference from the packages directly.
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).
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.