Skip to content

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

Open
@raghvendra

Description

@raghvendra

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