After registering the application in the play store...

Asked 1 years ago, Updated 1 years ago, 130 views

I uploaded an application that I created alone on the play store...

However, some devices operate normally and some devices bounce after the main screen...

At first, I thought it was a version problem.

We've tested about 10 different models.

Normal Operation Device = LG View 3, Galaxy J5, Galaxy Note 3, Galaxy Note 5, Galaxy Note 7

Abnormal operation device = Galaxy S2, LG G2, LG G4, Galaxy Note 2, Galaxy Note 4

Devices that don't pop up at all on the Play Store = Galaxy S1

==================================================

It's not a version problem. It's an old device that works.

It's ambiguous because there's a new device that's been used for a while.

There's only one for each model, so I'm not sure if it's a real problem.

Is there any reason to infer this?

playstore application

2022-09-22 21:36

1 Answers

If you're having trouble with a particular device, you can guess two things.

Given the large number of problematic device lists, it seems likely that the code you wrote is a problem. The quickest way to identify and resolve a problem is to get that device to view and debug the crash logs. If you can't get your device, check the crash log that you sent from the developer console. (See the link below)

The inability to search the Galaxy S1 Play Store is likely due to a lower OS version of the device than the minimum supported version of the app. Check out the minimum supported version of the app.


2022-09-22 21:36

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.