hypery2k / nativescript-fabric

Handling App URLs in nativescript apps
MIT License
30 stars 14 forks source link

How to login into Crashlytics.I used this code.I didn't receive any apk file uploaded in to my Fabric account. #128

Closed priyangamani closed 6 years ago

priyangamani commented 6 years ago

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...

image

etabakov commented 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.

priyangamani commented 6 years ago

@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. screen shot 2018-05-10 at 8 55 12 pm

hypery2k commented 6 years ago

did you have a fabric.json in your project?

priyangamani commented 6 years ago

yes having inside the project . image

hypery2k commented 6 years ago

and the values are not empty?

{
    "using_ios": "y",
    "using_android": "y",
    "api_key": "<not_empt>",
    "api_secret": "<not_empt>"
}
priyangamani commented 6 years ago

image

hypery2k commented 6 years ago

did you try to use version 2.0.2?

priyangamani commented 6 years ago

Version 2.0.2.Still problem will exist in ios image

hypery2k commented 6 years ago

you have to run pod repo update

priyangamani commented 6 years ago

I got this error in android.Uploaded the apk in fabric and try to install the apk in the mobile device. image

hypery2k commented 6 years ago

but these are different errors you are describing and the above one does not relate to Fabric