Skip to content
#

push

Here are 525 public repositories matching this topic...

ar-anvd
ar-anvd commented Apr 20, 2019

I am using this code directly from the documentation. However is not not working, since I am getting:

ERROR: unrecognized configuration parameter "stream_targets"

CREATE FOREIGN TABLE stream (x integer, y integer) SERVER pipelinedb;
CREATE VIEW v0 AS SELECT COUNT(*) FROM stream;
CREATE VIEW v1 AS SELECT COUNT(*)
Steffi3rd
Steffi3rd commented Apr 15, 2020

Hi,

I successfully install React Native One Signal on my iOS. I’m very glad about it, because docs was very good to follow. 🥳

My badge count is normally on new push notification.

But I found that my push (remote) notification do not increase badge when badge is already set by local notification.

Instead, it reset it to 1 then increase only IF another push (remote) notification is received.

duhenglucky
duhenglucky commented Jan 10, 2019

As interface shows below:

    /**
     * <p>
     * Send batch messages to server.
     *
     * @param messages messages to be sent.
     */
    void send(List<Message> messages);

This API can lead to multiple behaviors, such as sending to multiple partitions, or the same partition, so how should we define the behavior of this method?

And this issue exists in many places, suc

Improve this page

Add a description, image, and links to the push topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the push topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.