Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Development App Key and App Secret for Android

I'm trying to set up a push notification for android app using urban airship with Helium option. However, I need to find these information for my app which I have no idea where to find from. any comments or advice would be greatly appreciated. Thank you!

For setting up Helium, make sure your transport is set correctly. Valid answers for transport are: helium or c2dm. The following should go in the assets/airshipconfig.properties of your project.

transport = helium
developmentAppKey = Your Development App Key
developmentAppSecret = Your Development App Secret
productionAppKey = Your Production App Key
productionAppSecret = Your Production App Secret
inProduction = false
like image 773
etrademom Avatar asked Oct 17 '12 14:10

etrademom


People also ask

What is app key and app secret?

Primary appkey & secret are used while building app for Web output (Desktop Web, Mobile Web, PWA, Responsive Web) from Visualizer. Secondary appkey & secret are used while building app for Native output (iOS, Android, Windows) from Visualizer.

How do I find my app key?

Find your app's license keyOpen Play Console and select the app that you want to find the license key for. Go to the Monetization setup page (Monetize > Monetization setup). Your license key is under "Licensing."

Where do I put API key Android?

Go to the Google Maps Platform > Credentials page. On the Credentials page, click Create credentials > API key. The API key created dialog displays your newly created API key. Click Close.


1 Answers

These keys are found on the UrbanAirship website once you have set up an application.

Once this is done you can click 'Visit application' and you will be able to see the keys, which you then put in the app.

They basically tell the Android app you are developing which application on the Urban Airship service to connect to.

enter image description here

like image 181
Joss Stuart Avatar answered Sep 21 '22 22:09

Joss Stuart