Steps to Fix It
1. Repackage Using Solution Export
• Go to Power Apps Maker Portal
• Export your app as a managed solution
• Ensure the solution includes:
◦ The canvas app
◦ All referenced flows, connectors, and tables
◦ Environment variables (if used)
2. Validate with App Checker
• Open your app in Power Apps Studio
• Run App Checker to identify:
◦ Missing references
◦ Deprecated controls
◦ Connector issues
3. Check ISV Showcase Requirements
• Review the ISV documentation for:
◦ Required metadata fields
◦ Supported connectors
◦ Pricing and offer structure (e.g., “Contact Me” vs. “Base Pricing”)
4. Use Solution Packager (Optional)
If you're customizing the package manually:
• Use the Power Platform CLI to unpack and repack your solution
• Ensure all XML files are valid and consistent
5. Test in a Clean Environment
• Import your solution into a fresh environment
• Verify that all components deploy and run correctly
• This helps isolate environment-specific issues