I submitted a new app to the Samsung Galaxy Store a week ago, and it got rejected. The Samsung wearable app is a companion app to an existing Android app.
This Tizen app was built using .NET, and I added a deep link to the Android application in tizen-manifest.xml
as such:
<metadata key="master_app_playstore_deeplink" value="market://details?id=com.mycompany.appname"/>
Yes, the package name is 100% correct in my submission, just obscuring it in this question.
Samsung rejected the app with:
[Defect]
There is no deep link to download companion app(MyApp)
[Procedure]
1. Install Gear application
2. Check if DeepLink does occur
[Expected Result]
Deeplink for downloading Companion app(MyApp) should occur right after installing Gear application
Can someone point me to the documentation that describes how to properly deep link from a Tizen companion app built using .NET to an Android app in the play store?
All the questions I've seen on SO do not specifically pertain to .NET, and the links in those answers are broken. Here are examples:
https://stackoverflow.com/a/48483204/1103584
https://stackoverflow.com/a/45989805/1103584
I also tried submitting support tickets to the Galaxy App Store, but it appears their portal is down. I've submitted a ticket to Samsung via another route now, and if they help me I'll update this with an answer.