question

gedu07 avatar image
gedu07 asked

Android Studio, gradle, confused about which package name to use

Hi, I'm setting up the Security profile and request me to write the package name of the app. Which one should I write there, the one in the gradle file or the one in the manifest? cos i have something like this: In gradle i have like applicationId: com.myComp.myApp, but in the manifest I have com.myCompany.awesomeApp Also for the receiver which package name, gradle or manifest? Cos if I set the manifest, I don't receive any event, but if I set the one in gradle I receive an onRegistrationError. So apparently depending on the package name I use has deferents behavior. Thanks
amazon device messaging
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

gedu07 avatar image
gedu07 answered
Ok, I just test it, and use the package name from the manifest and works Thanks
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.