简体   繁体   中英

android - the package conflict with an existing package by the same name - but it doesn't

I am having a problem installing my app onto customers Galaxy s8 phones. I am not aware of any issues on any other phones.

Customers first reported a 505 error from the Google play store. When I got them to install the app directly from my website it gives an "the package conflict with an existing package by the same name" error.

So I changed the package name for them to a random series of numbers, and still the same error. One customer has been very helpful and has even reset the phone to factory defaults, but still gets the same error.

Any ideas of anything that could be wrong? Could calls to depreciated functions cause this?

Many Thanks

Matt

Found the problem, having the following permission

<permission android:name="com.example.gcm.permission.C2D_MESSAGE"
    android:protectionLevel="signature" />

prevents the app being installed on a Galaxy S8, returns the 505 error.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM