dpdragnev
dpdragnev
Hello, I am having trouble logging crash events on iOS (have not tried Android yet). Here is my setup: ``` { "using_ios": true, "using_android": true, "analytics": true, "firestore": false, "realtimedb":...
I am using NS 6.5 Core and I am following the example from https://v6.docs.nativescript.org/core-concepts/android-runtime/advanced-topics/extend-application-activity#extending-activity. I have cleaned up my project, deleting the platforms, hooks, and node_modules folders. When I build...
We are experiencing an issue with sending notifications to our test iOS device. Everything works well on Android. Here is our environment: nodejs: 8.9.4 npm: 5.8.0 tns-ios: 4.1.0 push-plugin: 1.0.4...
Hello, First off, thank you for creating the plugin, very helpful. I am trying to set the finite to false, but it does not seem to have any effect. I...
I am using a physical android device (Node 9) to test. The NS version is 6.2.1. When I load the contacts it takes over 30 seconds to load 827 contacts....
### Issue Description After upgrading my project from 6.x to 8.x I can no longer build for Android. I get the following error: ``` Build file '/Users/user/Documents/project/platforms/android/app/build.gradle' line: 589 A...
I was looking through the documentation but did not see any examples for Core. I tried using it in my app, but it does not render anything.
Hello, Following the documentation I am trying to implement a simple call to test the plugin but I when I execute the call I get the following error: **javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException:...
Hello, here is my setup: ``` ... ... ``` When the user opens the camera, a popup asking for permission to access the camera appears, and after the user accepts,...
I am using NS 8.5.3 and when I try to build the app on Android, I get the following error: **AAPT: error: resource android:attr/lStar not found.** The error seems to...