Skip to content

Error while publishing app to Windows store v8jsi.dll is not supported for this application type #4959

@ShivamJoker

Description

@ShivamJoker

Environment

If you are using latest version:

  1. react-native -v: "^0.62.0-0",

  2. react-native run-windows --info:

  System:
    OS: Windows 10 10.0.18363
    CPU: (2) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
    Memory: 3.47 GB / 7.98 GB
  Binaries:
    Node: 12.13.0 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.4 - ~\AppData\Roaming\npm\yarn.CMD
    npm: 6.12.0 - C:\Program Files\nodejs\npm.CMD
  npmPackages:
    react: 16.11.0 => 16.11.0
    react-native: ^0.62.0-0 => 0.62.2
    react-native-windows: ^0.62.0-0 => 0.62.0-preview.6
  Installed UWP SDKs:
    10.0.17763.0
    10.0.18362.0
    10.0.19041.0
  1. reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock"
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock
    AllowDevelopmentWithoutDevLicense    REG_DWORD    0x1
    AllowAllTrustedApps    REG_DWORD    0x1

Then, specify:

  • Target Platform Version(s):
  • Target Device(s):
    Desktop
  • Visual Studio Version: 2019
  • Build Configuration: ReleaseBundle

Steps to Reproduce

This is a simple Rock Paper Scissors Game made in react native no extra modules

  1. Clone the repo https://github.com/ShivamJoker/RN-Rock-Paper-Scissors
cd RN-Rock-Paper-Scissors
npx react-native-windows-init --overwrite
  1. Project > Publish > Create App Package > For Windows Store

After I got the RockPaperScissors_1.0.6.0_x86_x64.appxbundle
I uploaded it to newly created microsoft dev account
after going through all the process I got a certification error for Supported Api test

Error which I got

API ?makeV8Runtime@v8runtime@@YA?AV?$unique_ptr@VRuntime@jsi@facebook@@U?$default_delete@VRuntime@jsi@facebook@@@std@@@std@@$$QEAUV8RuntimeArgs@1@@Z in v8jsi.dll is not supported for this application type. Microsoft.ReactNative.dll calls this API.

The same error I got when I ran the Windows App Certification Kit

I am trying out all these for the first time so please help me what should I do ? I am stuck with this from 3 days

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs: Author FeedbackThe issue/PR needs activity from its author (label drives bot activity)bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions