power
1 TopicPublishing Power App to Team Store Invalid App Manifest File
I was tasked to develop a power app and publish to Microsoft Team Store (Organization Only). I have done the application development. When I try to publish the App to App store , I got to know that team app manifest file need to be done. So I used guide can created the manifest file as bellow. { "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.7/MicrosoftTeams.schema.json", "manifestVersion": "1.7", "version": "1.0.0", "id": "c3396bee-dcd6-4d8e-a683-23f16a23d0b8", "packageName": "MyAppPackage", "developer": { "name": "API Team", "websiteUrl": "https://www.myOrg.com", "privacyUrl": "https://myOrg.com/privacy", "termsOfUseUrl": "https://myOrg.com/toc" }, "name": { "short": "my App Name", "full": "my app Long Name" }, "description": { "short": "my app short descrption.", "full": "My app long description." }, "icons": { "outline": "icon-outline.png", "color": "icon-color.png" }, "accentColor": "#FFBB00", "permissions": [ "identity", "messageTeamMembers" ], "validDomains": [ "virtusa.com" ], "defaultInstallScope": "personal", "powerAppInfo": { "powerAppId": "c3fd6bee-dcd6-gf8e-a683-23ere6a23d0b8", "entityId": "00000000-0000-0000-0000-000000000000", "webUrl": "power app url" } } When I validate this in Developer Portal I'm getting bellow validation issue Property "defaultInstallScope" has not been defined and the schema does not allow additional properties. Property "powerAppInfo" has not been defined and the schema does not allow additional properties. So I removed these properties and resubmitted, then app is properly validating, once I imported to Dev Portal and preview in teams I get bellow Unfortunately I do not get any installation option as a personal app in team app store. I have tried different app manifest version but still the same. I'm trying to host the app as personal app for team in my org. before doing that I use developer portal to validate and priview. the app should able to access by users in org (can publish to app sore)4KViews0likes6Comments