Amazon Android Manifest Rejection

Hello,

I’m trying to publish my app on the Amazon store, but it got rejected, because of the manifest file:
"
An error has been found in your application’s manifest file. This error could be for one of the following reasons:

  1. Does not declare a new permission element: (package).permission.RECEIVE_ADM_MESSAGE
  2. Does not declare a uses-permission element: (package). permission.RECEIVE_ADM_MESSAGE
  3. Does not declare an “enable-feature” element: com.amazon.device.messaging
  4. Does not declare an ADM receiver element with the following required child elements:

a. Declares a Uses-permission element: com.amazon.device.messaging.permission.SEND
b. Declares an intent filter element with the following child elements:

i. action element: com.amazon.device.messaging.intent.REGISTRATION
ii. action element: com.amazon.device.messaging.intent.RECEIVE

"

Did somebody encountered such issue?

Thank you.

Hello!
I know that was long time ago, but now im facing the same issue! Did you find a solution?

Thanks in advance