Why is ThingSmartFamilyBizBundle reporting error "thing_app_no_family"?

App development related product technical discussions, including OEM App, App SDK, device control interface development, mini program development and other topics.


Post Reply
涂鸦柒松
Posts: 7

Problem:
Introducing the iOS family UI business package ThingSmartFamilyBizBundle and calling the family management interface method gotoFamilyManagement reports a thing_app_no_family error.

Solution:
Add "is_support_home_manager" to the thing_custom_config.json configuration file: ture。This is explained in the official documentation notes

familyBizBundle.png

Reason:
SDK needs to determine whether to support home through the configuration file is_support_home_manager, if you use the family UI business package, you need to set is_support_home_manager to true

Post Reply