Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Amazon Android Manifest Rejection.

Discussion in 'Android' started by StarHunter32, Jan 16, 2015.

  1. StarHunter32

    StarHunter32

    Joined:
    Feb 10, 2013
    Posts:
    99
    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.
     
  2. Paul-Bones

    Paul-Bones

    Joined:
    Apr 4, 2016
    Posts:
    3
    Hello!
    I know that was long time ago, but now im facing the same issue! Did you find a solution?

    Thanks in advance