I'm looking for a way to control an Amazon FireTV TV on an iOS device. I researched and found that most FireTVs are controlled by the Adb Shell method. But on iOS it is not supported. Is there any way to solve this problem? Thanks !
Asked
Active
Viewed 1,480 times
0
-
ADB usually requires an USB connection and a special driver on client (-> iOS) side. I doubt that Apple integrates something dedicated to Android. – Robert Mar 28 '22 at 07:11
2 Answers
0
iOS does not support ADB. Nor does it have any similar debugging interface: Apple carefully avoids providing tools in that style.

John Dallman
- 590
- 4
- 18
0
Using the ish iOS app you can install adb as part of “apk add android-tools” then adb connect firestick-ip:5555.
Assuming you’ve already installed remote adb on Firestick.

Paul
- 1
-
Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Nov 24 '22 at 05:30