Closed priyangamani closed 6 years ago
In order to use the services of Fabric (like Crashlytics, Analytics, etc.) you need to first create an account on their website. After signing up, you will receive an API key and Secret key - put these key on the respective place in the nativescript-fabric plugin configuration. After that you should be able to see activity in you application dashboard in fabric.io.
@etabakov Fabric Crashlytics “Hmmm, seems like your kit isn't activating” whilst verifying install.(ios) However i am current getting the "Hmmm, seems like your kit isn't activating" message on the Fabric Controller after following the instruction to run the app in Xcode. I have looked around but the solutions i have found haven't made any difference.
did you have a fabric.json in your project?
yes having inside the project .
and the values are not empty?
{
"using_ios": "y",
"using_android": "y",
"api_key": "<not_empt>",
"api_secret": "<not_empt>"
}
did you try to use version 2.0.2?
Version 2.0.2.Still problem will exist in ios
you have to run pod repo update
I got this error in android.Uploaded the apk in fabric and try to install the apk in the mobile device.
but these are different errors you are describing and the above one does not relate to Fabric
var nativescript_fabric_1 = require("nativescript-fabric"); nativescript_fabric_1.Fabric.init(); nativescript_fabric_1.Fabric.logSignUp("xyz@gmail.com",true); nativescript_fabric_1.Fabric.logLogin("xyz@gmail.com", true); nativescript_fabric_1.Fabric.logContentView(); nativescript_fabric_1.Fabric.logCustomEvent("",""); nativescript_fabric_1.Fabric.logError("error","messsge");
Environment tns version : 3.4.3 node version : v6.11.0 npm version : 5.8.0 tns-core-modules: "^3.3.0" nativescript-fabric: "^1.0.6-develop-133"
Where i need to give my username and password..Iam using javascript.I tried this method it won't work.Plz give some suggestion on this one.Please refer the screenshots for futher info...