Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Dids opened this issue Nov 29, 2016 · 3 comments
Open

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

Dids opened this issue Nov 29, 2016 · 3 comments

Comments

@Dids
Copy link

Dids commented Nov 29, 2016

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
Copy link
Author

Dids commented Nov 29, 2016

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

@NVentimiglia
Copy link
Owner

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

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

@roesterr
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants