Code Monkey home page Code Monkey logo

Comments (6)

sferoze avatar sferoze commented on June 10, 2024

Also any info that we need when deploying an app using this package to the app store?

from meteor-ios.

martijnwalraven avatar martijnwalraven commented on June 10, 2024

It shouldn't matter where your app is deployed, as long as Meteor iOS can keep an open WebSocket connection to the server (it doesn't support SockJS long polling). I'm not familiar with a Meteor Up + Cluster setup, so you should definitely test this yourself. I'm not sure what you mean by 'Does the websocket URL automatically exist?'.

Using Meteor iOS shouldn't affect submission to the App Store. It doesn't use any private APIs.

from meteor-ios.

sferoze avatar sferoze commented on June 10, 2024

Thanks I will test with cluster package and let you know.

from meteor-ios.

sferoze avatar sferoze commented on June 10, 2024

@martijnwalraven

I removed the cluster package and deployed my meteor app to linode using MUP

It should act like a normal meteor server, I don't have anything custom setup

It connects to .meteor hosted site just fine

But when I try to connect to the ip address of the server on LiNode (cloud server) I get the error:

2015-08-10 21:15:42.732 spiphone[16858:2618522] PSWebSocket: debug mode allowing all SSL certificates
2015-08-10 21:15:42.770 spiphone[16858:2618480] Will retry opening connection after 23.911826 seconds

and then it just keeps trying to connect and never connecting.

from meteor-ios.

sferoze avatar sferoze commented on June 10, 2024

I figured it out!

Actually when deploying to linode I dont use the URL

wss://app.url.com/websocket

I had to use

http://app.url.com/websocket

from meteor-ios.

sferoze avatar sferoze commented on June 10, 2024

I also just tested with the cluster package and it works like normal! Good stuff

from meteor-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.