Thomas Craipeau

Results 21 comments of Thomas Craipeau

I test this fork https://github.com/FishSaidNo/push la to switch to FCM on meteor 1.8 https://github.com/FishSaidNo/push/blob/master/docs/FCM.md (android target 26) be up to date at android studio (tool, sdk, ...) for build you...

@nathans7 you are in meteor 1.8? you use fork indicated? did you update in android studio, sdk and tool? copy what you put in client and server configuration and the...

my config client startup ``` if (Meteor.isDevelopment) { Push.debug = true; } Meteor.startup(function () { if (Meteor.isCordova) { PushNotification.createChannel( function () { console.log('Channel Created!'); }, function () { console.log('Channel not...

> Well I do have push notifications work on both. FCM for android and APN for iOS but randomly my meteor builds stopped working giving me a linker issue that...

@nathans7 with meteor 1.8.1 no need for the build-extras.gradle file

@saikatharryc I use https://github.com/FishSaidNo/push , it must be installed locally

@da314pc @shivang007 do you have to watch this pull request https://github.com/raix/push/pull/354 which allows to use fcm for android and ios

@da314pc for the 2: apn it might be necessary to add this pull request https://github.com/raix/push/pull/327

@da314pc I test this fork https://github.com/FishSaidNo/push la to switch to FCM on meteor 1.8 https://github.com/FishSaidNo/push/blob/master/docs/FCM.md (android target 26) be up to date at android studio (tool, sdk, ...) for build...