You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to open android tv app when casting from sender app , but it always opening the web receiver .
I followed this codelab Cast Connect with ATV App and this codelab for Cast-enable an Android app , After that
I added my Chromecast as testing device in cast console
Signed the ATV app
Installed in tv box and tried to cast from the sender app , but it opens the web receiver not the ATV app
Sender AndroidManifest.xml
To confirm, you are not using a LaunchRequestChecker for your Android TV app? Are you seeing any errors such as APP_NOT_INSTALLED_BY_WHITELISTED_INSTALLER or INSTALLER_NOT_WHITELISTED?
I am also facing the same issue and i logcat i am seeing
App failed to launch. Error: APP_NOT_INSTALLED_BY_WHITELISTED_INSTALLER
2022-04-29 15:46:59.190 4572-4572/? E/cr_CastToNative: Warg launch failed (INSTALLER_NOT_WHITELISTED).
But i have already registered the cast serial no..
I want to open android tv app when casting from sender app , but it always opening the web receiver .
I followed this codelab Cast Connect with ATV App and this codelab for Cast-enable an Android app , After that
Sender AndroidManifest.xml
Sender Option Provider class
Receiver AndroidManifest.xml
ReceiverOptionProver class is the vanilla codelab's option provider.
What have I done wrong and how to fix this .. Thanks in Advance
The text was updated successfully, but these errors were encountered: