-
Such as, but not limited to:
- cuisine
- littlechef
- kokki
- those third party contrib-like libraries @Wraithan was talking about the other day
- Any companies that wish to be listed as using Fabric …
-
Amazon SNS https://aws.amazon.com/sns/
- document is overwhelming
- SDK is OK
- no bulk push, must subscribe endpoint to topic
Urban Airship https://www.urbanairship.com/
- price
Firebase Notificati…
-
If a user uninstalls and reinstalls the app, they lose all of their followed entities. Urban Airship still has the previous tags associated with the user and will still send push notifications for the…
-
Two things that took me a while to figure out to get this project to work correctly, and I think should be added to the read me, are:
1.) If you're using mac and have a different version of phone g…
-
Hi @rlepinski ,
I will create a pull request on this project, that will enable the possibility to know on javascript when the user accepted the notification permission's dialog on iOS and Android 6…
-
I have set up the project for both ios and android. `onNotificationOpened` and `onNotificationReceived` works fine for android, but nothing happens if the app is in background. For ios, `on_notificati…
-
### Description
The [hostlist](http://pypi.python.org/pypi/python-hostlist/1.11) module does a number of useful string expansions, e.g. `host[1-5].foo.com,host.blah.com` transforms into a Python list…
-
Events are created in data/events.json
& are in the format
{
"type":"Feature",
"geometry":{
"type":"Point",
"coordinates":[
-122.68579,
…
-
Can build on Android. With the below error.
Failed to apply plugin [id 'com.google.gms.google-services']
Warning: >
Warning: Version: 7.8.0 is lower than the minimum version (9.0.0) required for …
-
handleOpenURL doesn't fire. I placed this code below cordova.js:
``` js
var handleOpenURL = function(url) {
alert("RECEIVED URL: " + url);
};
```
I can fire this via an attached co…