2

嗨朋友这是我在安卓城市飞艇中的第一个应用程序,我刚刚浏览了这个链接

我下载了示例应用程序,我正在尝试查看我想要的视频。当我在我的设备中运行该应用程序时,第一个活动打开,当我单击其中的按钮时,它会显示一个进度条并显示“未找到产品”

但是我的城市飞艇帐户中有我的视频。我不知道我哪里错了

让我解释一下我遵循的步骤

1. created an account in urban airship account and added a video in that account
2. i have added my apps package name and the Public key of my market.android account in than air ship site
3. in my app in the assets folder i have a file named as airshipconfig.properties.
   In that i have added the productionAppKey and productionAppSecret (i got those keys
   from my urban airship account)
4. in that file i have placed the inProduction = false
5. in the same file i had two more options as developmentAppkey and 
   developmentAppSecret. i dont know the keys for them so for developmentAppKey i
   have added the productionAppKey and for developmentSecretkey i have added the
   productionAppSecret.

我已经在 market.android.com 上发布了我的应用程序,我尝试从我的设备市场下载该应用程序,但我仍然看不到任何视频

请告诉我哪里出错了,请朋友帮助我

4

1 回答 1

1

对不起朋友,我犯了一个重大错误。在我的名为支持平台的城市飞艇帐户 ia 页面中,我只选择了 ios 而不是 android。这就是为什么我能够单独在我的 ios 应用程序中查看视频的原因。

现在,在选择了 android 平台后,我也可以下载他的视频了。

于 2011-06-08T07:54:51.490 回答