We have DexGuard tamper detection enabled in our app. Amazon's re-signing / code injection triggers this and will stop the app from running. The suggestion from Amazon was to upload a version without the tamper detection, then download the app after re-signing / code injection and apply our tamper detection to that binary.
However, that's not possible, because tamper detection is done at a code level and the whole app would need to be rebuilt to enable it (which destroys Amazon's signature etc.)
Is there any way that we can get our app onto the Amazon app store as-is, without any re-signing or code injection?
(nb: I'm posting this question from my personal account - the app is managed from a different, corporate account)