Visual Studio 2015 Cordova Windows 10 > Blank/white screen after associated with the existing windows store app

前端 未结 4 816
星月不相逢
星月不相逢 2020-12-06 13:16

Without associating the app with the store, i can run and debug the cordova app on my devices (all works fine). But after associating the app with the store (or after built

4条回答
  •  醉话见心
    2020-12-06 14:11

    I ran into the same issue.
    In fact, when we associate app with the store, association change "Package Name" with name generated to the store.
    The result is : start page don't know where is "index.html" because package name changed.

    To resolve it, cordova team added two preferences :

    
    
    

    You just have to add it to your config.xml and fill fields with your app identity informations (retrieve this values from App Management --> App Identity in the Dev Center)

    Association should be successful now !

    The issue reference is here : https://github.com/phonegap/build/issues/506

提交回复
热议问题