[Report] Netflix Store App compatibility

lenkarin

Active Member
Messages
142
Reaction score
31
Hi guys,

Today I want to share something that maybe you guys could see when creating your ISOs with NTLite, if you remove Microsoft Edge you could see some error code in Microsoft Store when downloading Netflix app, the error code is 0x80073cf3.

So, if you still have some issue try to install Microsoft Edge and them Install the netflix app

Image attached to see the description when try to install Netflix app

View attachment 12670
 
That's correct, Netflix's Store app does require Edge browser...

Only because it's not a real application now, but a web launcher for a Progressive Web App (PWA). You're not missing any features by installing their "app", which opens Edge to https://www.netflix.com/pwa?enablePWA=true
Code:
  <Applications>
    <Application Id="Netflix.App" uap10:HostId="PWA" uap10:Parameters="--app-id=edhbnieanoeijlkpgkminebadpibapgm --ip-edge-aumid=Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe!MSEDGE --app-fallback-url=https://www.netflix.com/pwa?enablePWA=true --display-mode=standalone --windows-store-app">
      <uap:VisualElements DisplayName="Netflix" Description="Netflix" BackgroundColor="transparent" Square150x150Logo="Images\Square150x150Logo.png" Square44x44Logo="Images\Square44x44Logo.png">
        <uap:DefaultTile Square71x71Logo="Images\SmallTile.png" Wide310x150Logo="Images\Wide310x150Logo.png" Square310x310Logo="Images\LargeTile.png">
          <uap:ShowNameOnTiles>
            <uap:ShowOn Tile="square150x150Logo" />
            <uap:ShowOn Tile="wide310x150Logo" />
            <uap:ShowOn Tile="square310x310Logo" />
          </uap:ShowNameOnTiles>
        </uap:DefaultTile>
      </uap:VisualElements>
      <Extensions>
        <uap3:Extension Category="windows.appExtension">
          <uap3:AppExtension Name="microsoft.store.edgePWA" Id="MicrosoftEdge" DisplayName="Microsoft Edge" Description="Microsoft Edge" PublicFolder="Public" />
        </uap3:Extension>
        <uap3:Extension Category="windows.appExtension">
          <uap3:AppExtension Name="com.ms.webapp.internals.4" Id="4DF9E0F8.Netflix" PublicFolder="Public" DisplayName="Edge External WebApp Internals" Description="parameters?--app-id=edhbnieanoeijlkpgkminebadpibapgm --ip-edge-aumid=Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe!MSEDGE --app-fallback-url=https://www.netflix.com/pwa?enablePWA=true --display-mode=standalone --windows-store-app;profile-directory?Default;start-url?https://www.netflix.com/pwa?enablePWA=true" />
        </uap3:Extension>
      </Extensions>
    </Application>
 
Hi guys,

Today I want to share something that maybe you guys could see when creating your ISOs with NTLite, if you remove Microsoft Edge you could see some error code in Microsoft Store when downloading Netflix app, the error code is 0x80073cf3.

So, if you still have some issue try to install Microsoft Edge and them Install the netflix app

Image attached to see the description when try to install Netflix app

View attachment 12670
Netflix and or Microsoft updated there app after a stagnant two years to the browser version of it... garbage I truly believe. I now just use the old version before this one and no longer update it.
 
Netflix and or Microsoft updated there app after a stagnant two years to the browser version of it... garbage I truly believe. I now just use the old version before this one and no longer update it.
There is a way to download these version you use
 
Back
Top