Monday, 12 December 2022

GooglePlaystore issues

google Playstore console errors.
1.logo size 512 x 512
2.add privacy url mandatory
3.in appcontent change privacy url
4.check review and app reject error in dashboard
5. in setup click on advanced settings

6.make it unblish then not visible in play storesettings video



No comments:

Post a Comment

remove duplicates in an sorted array

  using System; public class HelloWorld {          public static void Main(string[] args)     {         int[] ar={2,2,3,3,4,6,6};          C...