简体   繁体   English

Android中的城市飞艇推送通知问题?

[英]urban airship push notification problem in android?

I use the urban airship mail push notification service , i created some sample application and register the package name in urban airmail ship , then i got the application key , but in raw/ua.properties , i need to specify the 我使用市区飞艇邮件推送通知服务,创建了一些示例应用程序,并在市区航空邮件船上注册了包裹名称,然后获得了应用程序密钥,但是在raw / ua.properties中,我需要指定

debug.app_key=
production.app_key=

but i don`t know the value , from where i have to get the value for my application? 但是我不知道值,我必须从哪里获取应用程序的值?

Check this link for implementing Push Notification . 检查此链接以实现Push Notification

After you create your Application you will get the Application Key put that Key in the place of debug.app.key then in case of production.app.key generate the MD5 fingerprint by using 创建您的应用程序后,您将获得应用程序密钥,将该密钥放置在debug.app.key的位置,然后在production.app.key的情况下,使用生成MD5指纹

keytool.exe -list -alias androiddebugkey -keystore "C:\android\debug.keystore" -storepass android -keypass android

after getting the fingerprint put in the pruoduction.app.key.. 将指纹放入pruoduction.app.key后。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM