Some Themes are not supporting apps on featured products.
For example this is the case on the OS 2.0 DAWN Theme.
For all free and OS 1.0 Themes, you have to add a code snippet.
This should be placed inside the product form in sections/featured-product.liquid.
If that template doesn’t exist, it may have another name.
Note: This is an instruction for OS 1.0 Themes.
For OS 2.0 Themes you have to add an App Block if possible.
Steps to follow:
Go to your Shopify Admin
1. Navigate to Online Store
2. Select Themes
3. Navigate to Actions
4. Click on Edit code
5. Locate sections/featured-product.liquid and paste this code
<div class="photouploadapp" data-photouploadapp-product-json="{{ product | json | escape }}" data-photouploadapp-collections-json="{{ product.collections | json | escape }}"></div>

