gcm
Here are 160 public repositories matching this topic...
Apple now gives you a .p8 certificate instead of .p12, so the documentation at django-push-notifications/docs/APNS.rst now fails.
Any guidance on how to generate the .pem I need to use this library?
Hi,
I've been looking around for some documentation on best practices and intended use of gocryptfs.
E.g. is it intended for backups, cloud storage, both, etc?
I am looking for an alternative to ecryptfs for storing encrypted sensitive data in a u/p protected non-sensitive git repo. I.e. lots of non-sensitive code, but some sensitive config files...
And the gocryptfs.conf file, is it secret
Update changelog
The changelog has fallen behind as of recent. We should update it to make sure it reflects which changes were introduced in which versions.
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
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.
I was confused from the brief documentation spec what is the difference between DH and Elliptic Curve code. I though these are two ways to do the same thing. It is only when I tried to get the x coordinate of the public key generated by generateKey() that I realized that this is not Elliptic Curve DH.
-
Updated
Jun 24, 2020 - Java
-
Updated
Jun 23, 2020 - Java
-
Updated
May 13, 2020 - PHP
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
-
Updated
Jun 12, 2020 - C#
The documentation for this project is really sparse. Since it is not detected by ionic current tooling, I would suggest an update to the documentation with the necessary information in order to setup it for running.
eg:
- Clone the project.
- Build it with ionic. (which is failing)
-
Updated
Jun 24, 2020 - Elixir
-
Updated
Sep 14, 2019 - C
-
Updated
Dec 26, 2018 - Ruby
-
Updated
Jan 11, 2016 - Java
-
Updated
Feb 12, 2019 - Ruby
-
Updated
Jun 15, 2020 - Groovy
-
Updated
Sep 18, 2016 - JavaScript
For preventing someone to create a job with an unsupported csv.
We should validate that the csv only contains one column with userIds and warn the user if the csv is not valid.
Improve this page
Add a description, image, and links to the gcm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gcm topic, visit your repo's landing page and select "manage topics."
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;
}