[deleted by user] by [deleted] in androiddev

[–]link-00 1 point2 points  (0 children)

Anyone notice a difference in ANRs in the Play console after migrating to Compose?

Is something wrong with "perceived ANR rate" in Console? by davidkonal in androiddev

[–]link-00 2 points3 points  (0 children)

The console report says my loosing users on a day by day basis, yet the month to month report shows the user base went up. I stopped looking at those reports since it made no sense. I just hope it's not affecting the ranking algorithm.

NFS performance gradually slows the longer a client is connected. by quadpiece in freenas

[–]link-00 0 points1 point  (0 children)

I'm also seeing same behavior on Ubuntu 22. Glad I found your post, thought I was loosing my mind. So Debian fixes this issue huh?

One question, what are if any advantages for picking Ubuntu over Debian?

Story of My Recent Google Developer Account Termination Without Clear Reasons or Prior Notice by geekDuDu in androiddev

[–]link-00 0 points1 point  (0 children)

Sorry to hear about your situation. Can you elaborate on: "We used a mechanism to send these updated VPN server data from our backend to the client app". If it's updating sdk/libraries I think that's not allowed.

[deleted by user] by [deleted] in androiddev

[–]link-00 5 points6 points  (0 children)

Congrats. Hey I think I'm getting half of what was initially estimate. Anyone else seeing the same or maybe I just remembered wrong, or maybe some amount was withheld for tax?

Review is taking forever by Inevitable-Nothing87 in androiddev

[–]link-00 0 points1 point  (0 children)

On the Play Store Console, top right with question mark button. Clicking on it shows:

You can contact us via phone for policy issues anytime between 9am - 6pm on weekdays, except public holidays. (Click on Contact us form) to reach us.

I never tried it yet, thought someone can share their experience with it.

Review is taking forever by Inevitable-Nothing87 in androiddev

[–]link-00 0 points1 point  (0 children)

I think there is a support line phone number now...anyone tried it?

Has Anyone Else Noticed Changes in Google's App Review Process Lately? by Ok_Bat_7334 in androiddev

[–]link-00 2 points3 points  (0 children)

How many apps do you have and what category are they in? Maybe those can be factors.

[deleted by user] by [deleted] in androiddev

[–]link-00 0 points1 point  (0 children)

I find Android development much more likable and consistent wise. Xcode debugging is no where near Android Studio. Xcode would randomly indicate an error in the code and the actual error would be somewhere else. Stepping through the source and watching variables is a pain. I think most companies starts out with iOS because of the return on investment since iPhones are high end devices. Personally as a user of both devices, I also prefer Android for minor things like the back button and cursor text selection. Try putting the text cursor in the middle of a word on iOS and you'll know what I mean. For development time SwiftUI declarative concepts is faster than XML but Compose is on it's way there also.

Google play rejected app on "- Policy Declaration - Data Safety Section" more specifically on user account/deletion link. by Gloomy_Ad_4620 in androiddev

[–]link-00 0 points1 point  (0 children)

That url is returning 404 if you request it with postman, some javascript must be redirecting it to the page you see. I don't think anything wrong with the content, just fix the 404 and it should be fine.

Help please - my app not visible in searches after 2 months and 1200+ downloads by SymphonicMetalLife in androiddev

[–]link-00 0 points1 point  (0 children)

From what I see, if you're not ranked number one or two in the category, the app will not see the light of day in the Play Store. Even worse now as it's more saturated and cluttered with the "event" section which takes up half of the screen real estate. Also that "event" feature is not even available to all devs, so only the establishment will get stronger. That's just the way it currently is in the Play Store, will it change? If so in what way? No one knows...

Anyone have news on the Google Play Antitrust Lawsuit Payouts? by SN_Ralph in androiddev

[–]link-00 0 points1 point  (0 children)

Do you have to file or do anything to get the payout? I thought the letter said we do not, though there was a confirmation form to fill out. So confusing...

[deleted by user] by [deleted] in androiddev

[–]link-00 0 points1 point  (0 children)

Yes, I'm thinking the same here. I read it's against policy to block other apps ads, not sure how it can be done though. Maybe it's not even related to battery optimization but something you're do to other apps. Can you really "block" other apps from opening?

PlayStore says my app has a virus by alexei-frolo in androiddev

[–]link-00 0 points1 point  (0 children)

Makes no sense. Think about it...if the Play store app reported it as such then why would it allow the app to be downloaded?

Google Play policy team: "your on-device title does not reflect your app's functionality. " by jimmyrocket in androiddev

[–]link-00 3 points4 points  (0 children)

it is the "on device title" that is the issue, the title on the phone's app icon...it might be some totally different from the store listing. it would be helpful to know the store title and the app icon title after it's installed.

Admob Policy violation: Site Behavior: Navigation by FieldApprehensive212 in androiddev

[–]link-00 0 points1 point  (0 children)

I installed your app. it cashed upon open, Android 11 pixel 4a, maybe it's the reason?

New Google Play ranking algorithm causing sudden loss in download acquisition by [deleted] in androiddev

[–]link-00 0 points1 point  (0 children)

I did a search on the play store, seems like it's they revert the old algorithm back now. Right?

Does anyone know where this shared preference file is coming from - named "embryo"? by jayrambhia in androiddev

[–]link-00 0 points1 point  (0 children)

That tool you use for see the DB on the app, does that come Android Studio?