Question
I'm trying to upload a binary file (.wgt) to http://seller.tizenstore.com/, but I'm encountering the following error:
"Devices which support the defined features and permissions do not exist. Please modify manifest.xml (or config.xml)."
Could anyone provide guidance on what changes I need to make to resolve this issue?
Answer
Problem Understanding
This error occurs when the features and permissions defined in your application's manifest file (manifest.xml or config.xml) don't match any available Tizen devices. The Tizen Seller Office performs validation checks to ensure compatibility between your application and target devices.
Solution Methods
-
Review Required Features:
- Open your manifest.xml (for native apps) or config.xml (for web apps)
- Check the
<feature>and<privilege>sections - Remove any unnecessary features or privileges that might be causing compatibility issues
-
Verify Target Devices:
- Ensure your application's requirements match the capabilities of Tizen TV devices
- Consider testing with different device profiles if available
-
Check Documentation:
- Refer to the official Tizen TV documentation for proper manifest configuration
- The following resource provides detailed information about releasing applications: Tizen TV Application Essentials
Additional Tips
- Always test your application on a Tizen TV emulator before submission
- Keep your manifest file as minimal as possible, only including essential features
- Double-check API level requirements if you're targeting specific Tizen versions