Dear Admin Team,
I just got reject with some application with same issue related to open Seller app page on Galaxy Store.
- Content ID: 000002383091
- The review report: cert_20230705001345693.zip
- Reason reject : No app in Seller page.
As you know action to open seller page is guide from Samsung Developer and We do not know what the cause of this problem to fix it. On my testing device it still working normally.
public static void actionMoreApp(Activity activity) {
Intent intent = new Intent();
intent.setData(Uri.parse("samsungapps://SellerDetail/{mysellerID}));
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
activity.startActivity(intent);
}
I guess that maybe the reason is the tester has tested in a country where my app does not support so it does not show anything.
I also leave comment to Review team before testing but they still reject my other app.
But in the end, I think why they reject with such issue.
Because this API allows to open Seller Store and if they don’t have more apps to display, why reject. In the future they can develop more apps and it updates in real time.
Please help me review this issue and let Review team to understand that. Review process takes a lot time for us.
Thank you so much ~