FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[Query] What's the significance of connections attribute in Rpush::App model? · Issue #654 · rpush/rpush · GitHub

/ rpush Public

[Query] What's the significance of connections attribute in Rpush::App model? #654

Description

In the documentation following is mentioned as a way of creating Rpush App

app = Rpush::Apns2::App.new
app.name = "ios_app"
app.certificate = File.read("/path/to/sandbox.pem")
app.environment = "development"
app.password = "certificate password"
app.bundle_id = "BUNDLE ID" # the unique bundle id of the app, like com.example.appname
app.connections = 1
app.save!

What's the significance of connections property here?
Connections to what entity are we talking about here?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL