Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed May 3, 2024
1 parent 7ed3713 commit 73cab13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Writerside/topics/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ while still tunneling the app traffic for all of your other apps.
Unfortunately, AndroidTV does not have all the same API and security features as Android mobile.
For this reason, some features are disabled for AndroidTV.

### Do %product% support Amazon's FireTV? {id="firetv-faq"}
### Does %product% support Amazon's FireTV? {id="firetv-faq"}

There is an older version of the app on the Amazon App Store, but it is no longer supported.
It became clear that supporting the FireTV was going to be impossible for two main reasons:
It became clear that supporting the FireTV was going to be impossible for three main reasons:

1. FireTV's broken file selector API (The only way around to this is to reinvent the wheel and build a custom file selector UI from scratch)
2. No way to emulate their devices for testing
3. Poorly implemented developer portal with almost no support, a painful review process, and zero CI for apps
1. FireTV's broken file selector API (The only way around to this is to reinvent the wheel and build a custom file selector UI from scratch).
2. No way to emulate their devices for testing.
3. Poorly implemented developer portal with almost no support, a painful review process, and zero CD integration for apps.

That being said, the app can still be side-loaded on a FireTV.
The app will likely work.
Expand Down

0 comments on commit 73cab13

Please sign in to comment.