Click here to Skip to main content
15,884,836 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am developing one Android application for that app i want to send notification to user by using gcm id of the android mobile phone.

please suggest me the exact steps for generating the browser key for web service.
Posted

1 solution

First,if your application is a native android app. it would be running on browsers. you can target a particular sdk version of android using the below in AndroidManifest.xml
<uses-sdk android:minsdkversion="14" xmlns:android="#unknown">
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900