Version 1.0.3 Release Notes
Version 1.0.3 Release Notes
警告: Fire App Builder的标准支持已到结束时间。有关最新的Fire TV样本,请参阅Github上的@AmazonAppDev(仅提供英文版)。
Version 1.0.3 provides bug fixes related to app crashes due to invalid feeds, analytics tracking on playback finished events.It was released on April 14, 2017.
Bug Fixes
- App doesn't crash with invalid feed objects. If your media feed has an invalid object, such as a bad media URL, the app will no longer crash.Instead, the app will skip the item and note the problem in the logs.
- Fixed analytics tracking for ACTION_PLAYBACK_FINISHED events. In the analytics components, the ACTION_PLAYBACK_FINISHED event was incorrectly configured.As a result, the action was tracked twice.This is now fixed.
Tip: See Fork and Clone Fire App Builder, then Add a Remote for details on how to get the latest changes into your own repo.