Priyanga Manivelan

Results 11 comments of Priyanga Manivelan

//LoginPage.js var pushPlugin = require("nativescript-push-notifications"); var http = require("http"); LoginPage.prototype.pageLoaded = function (args) { var settings = { senderID:'98765431234', notificationCallbackAndroid: function (message, data) { var payload = JSON.parse(data); switch (payload.action)...

I tried this callback but it's not firing. On Fri, Apr 27, 2018, 6:57 PM Nick Iliev wrote: > @priyangamani use the notification > callback for iOS as shown here...

@NickIliev yes able to receive the notification .I have the APN cert. How to handles some keys in the data object like message, title, and uses them to construct a...

I got the push notifications are working, but I don't know how to extract the response. So my question is how do I access the data inside of alert for...

Push notification works well on foreground , but not in the background mode.OnMessageReceivedCallback Does not triggered in background mode....

I'm also getting this error.Is there any solution for this??

Note: D:\FlashCashAPP\FCNativeScript\platforms\android\src\main\java\com\tns\Run timeHelper.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 error Incremental compilation of 3 classes completed in 0.564 secs. :compileF0F1F2F3F4F5F6F7F8F9F10F11F12F13F14F15F16ReleaseJavaWithJavac FAILED FAILURE: Build...

Getting error by using nativescript-appencryption

Note: D:\FCNativeScript\platforms\android\src\main\java\com\tns\Run timeHelper.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 error Incremental compilation of 3 classes completed in 0.564 secs. :compileF0F1F2F3F4F5F6F7F8F9F10F11F12F13F14F15F16ReleaseJavaWithJavac FAILED FAILURE: Build...

D:\Sample\platforms\android\src\main\java\com\tns\RuntimeHe lper.java:57: error: package com.tns.app_protection does not exist com.tns.app_protection.AppProtection.setKey("qyUMQZhu43KByppjVJFJyRxVG+PZaRAHId2 +mczHiwo="); ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 error :compileF0F1F2F3F4F5F6F7F8F9F10F11F12F13F14F15F16ReleaseJavaWithJavac...