Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is Fabric API Key?

As we create our app at dev.twitter.com/apps

We get below details:-

Consumer Key (API Key)

Consumer Secret (API Secret)

So where is the FABRIC KEY ?

In android manifesto file we have to use this FABRIC KEY

android manifesto file:-

<meta-data
    android:name="io.fabric.ApiKey"
    android:value="xxxxxxxxx" />

So please help me.

How can we get FABRIC KEY ?

like image 764
Krish Avatar asked May 18 '16 06:05

Krish


1 Answers

If you’re looking for your API key or build secret, select your org on the https://www.fabric.io/settings/organizations, and click on the API Key and Build Secret links right underneath your org’s name.

like image 148
Vladimir Avatar answered Sep 20 '22 01:09

Vladimir