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:
- Does not declare a new permission element: (package).permission.RECEIVE_ADM_MESSAGE
- Does not declare a uses-permission element: (package). permission.RECEIVE_ADM_MESSAGE
- Does not declare an “enable-feature” element: com.amazon.device.messaging
- 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.