Unknown permission while developing with C2DM

前端 未结 2 558
温柔的废话
温柔的废话 2021-01-23 04:30

I\'m developing an Android app which will use C2DM to handle push notifications.

Now I\'m starting to test it, just the simple steps around registration of the device on

相关标签:
2条回答
  • 2021-01-23 05:10

    You need to set up your Manifest with the appropriate permissions as described here: http://code.google.com/android/c2dm/#manifest

    0 讨论(0)
  • 2021-01-23 05:20

    I had initially configured the SDK to be used in the project to be Google APIs level 8, some way it was reconfigured to use only Android 2.2 SDK API level 8, so it was missing Google's native apps.

    0 讨论(0)
提交回复
热议问题