Skip to content
#

gcm

Here are 155 public repositories matching this topic...

medcampus
medcampus commented Apr 2, 2020

message NotificationRequest {
repeated string tokens = 1;
int32 platform = 2;
string message = 3;
string title = 4;
string topic = 5;
string key = 6;
int32 badge = 7;
string category = 8;
Alert alert = 9;
string sound = 10;
bool contentAvailable = 11;
string threadID = 12;
bool mutableContent = 13;
google.protobuf.Struct data = 14;
string image = 15;
}

obormot
obormot commented Mar 30, 2020
EXAMPLES
========

Create an encrypted filesystem in directory "g1", mount it on "g2",
look at the contents, and umount again:

	mkdir cipher mnt
	gocryptfs -init cipher
	gocryptfs cipher mnt
  1. given commands don't correspond to the description/directory names above
  2. "umount again"?
Mount an ecrypted view of joe's home directory using reverse mode:

"ecrypted"?

TysonAndre
TysonAndre commented Mar 3, 2020

http://uniqush.org/documentation/usage.html does not have a health check. The closest is /version or /psps, but those don't establish that the connections are active.

For example, in extraordinary networking outages (outgoing traffic is unacknowledged, and no error or response is received), the available file handles for a process can be used up, and calls to tls.Dial would fail for the APNs bi

tbsmark86
tbsmark86 commented Nov 29, 2019

I find it rather surprising that the facade sends each message to every device instead of treating the input as a list of pairs.

I suggest that this is explicitly stated in the documentation. Or the code could be changed.

Also the response array is somewhat buggy: It only contains the last response for each token.

Aarbel
Aarbel commented Aug 13, 2019

https://documentation.onesignal.com/docs/cordova-sdk-setup

In your documentation you use many detours to don't use Cordova Core, like pure iOS distribution settings with Xcode (especially for iOS Service Extensions).

This is not sustainable with Cordova, because we rebuild the project everytime we add JS or settings in our Cordova App.
So very very huge waste of time to all re-configure Xco

Improve this page

Add a description, image, and links to the gcm 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 gcm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.