[jira] [Commented] (CB-10651) no .appxupload file generated when build for Windows Phone 10

2016-04-07 Thread Jerroyd Moore (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15230602#comment-15230602
 ] 

Jerroyd Moore commented on CB-10651:


[~iaubron], are you able to create the appxupload using cordova CLI and not 
Visual Studio's packaging wizard?

> no .appxupload file generated when build for Windows Phone 10
> -
>
> Key: CB-10651
> URL: https://issues.apache.org/jira/browse/CB-10651
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Globalization
>Affects Versions: 5.4.1
> Environment: Visual Studio 2015 version 14.0.24720.00 update 1
> Windows 10 Professionnel version 10586.104
> Node version: v4.2.4
> Cordova version: 5.4.1
> cordova-plugin-globalization 1.0.2 
>Reporter: isabelle
>  Labels: .NET, Build, Windows10, mustfix, triaged, windows, 
> windows-universal
>
> I have a Cordova Project in Visual Studio 2015. I can build and create 
> package for Windows Phone 8.1 and upload it on the Windows Phone Store, all 
> is fine.
> But when I want to create package windows-universal for Windows Phone 10 I 
> can't upload file on the store.
> The build is ok, even if I have a warning ("warning : Il manque un fichier de 
> directives de runtime (rd.xml) à votre application. Les directives de runtime 
> servent à décrire le comportement dynamique de votre application et à 
> contrôler l'optimiseur .NET Native. Il est recommandé d'avoir au moins un 
> fichier rd.xml dans votre projet.")
> I can create package for the store, and Certification is OK. But only .appx 
> files are created in the package, no .appxupload file. And when I try to 
> upload .appx file on the Windows Phone Store, the file is rejected (Erreur de 
> validation de l’acceptation du package : Vous ne pouvez pas soumettre des 
> packages natifs .NET précomptés. Chargez le fichier appxupload du Store et 
> réessayez).
> When I remove Globalization Plugin I can create package, the .appxupload file 
> is created and I can upload it on the store.
> What can I do to keep the plugin in my porject and create .appxupload file?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10651) no .appxupload file generated when build for Windows Phone 10

2016-04-07 Thread isabelle (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15230137#comment-15230137
 ] 

isabelle commented on CB-10651:
---

I have been able to create appxupload file with VisualStudio when generate 
solution for ARM architecture (no "Any CPU").

> no .appxupload file generated when build for Windows Phone 10
> -
>
> Key: CB-10651
> URL: https://issues.apache.org/jira/browse/CB-10651
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Globalization
>Affects Versions: 5.4.1
> Environment: Visual Studio 2015 version 14.0.24720.00 update 1
> Windows 10 Professionnel version 10586.104
> Node version: v4.2.4
> Cordova version: 5.4.1
> cordova-plugin-globalization 1.0.2 
>Reporter: isabelle
>  Labels: .NET, Build, Windows10, mustfix, triaged, windows, 
> windows-universal
>
> I have a Cordova Project in Visual Studio 2015. I can build and create 
> package for Windows Phone 8.1 and upload it on the Windows Phone Store, all 
> is fine.
> But when I want to create package windows-universal for Windows Phone 10 I 
> can't upload file on the store.
> The build is ok, even if I have a warning ("warning : Il manque un fichier de 
> directives de runtime (rd.xml) à votre application. Les directives de runtime 
> servent à décrire le comportement dynamique de votre application et à 
> contrôler l'optimiseur .NET Native. Il est recommandé d'avoir au moins un 
> fichier rd.xml dans votre projet.")
> I can create package for the store, and Certification is OK. But only .appx 
> files are created in the package, no .appxupload file. And when I try to 
> upload .appx file on the Windows Phone Store, the file is rejected (Erreur de 
> validation de l’acceptation du package : Vous ne pouvez pas soumettre des 
> packages natifs .NET précomptés. Chargez le fichier appxupload du Store et 
> réessayez).
> When I remove Globalization Plugin I can create package, the .appxupload file 
> is created and I can upload it on the store.
> What can I do to keep the plugin in my porject and create .appxupload file?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10651) no .appxupload file generated when build for Windows Phone 10

2016-04-04 Thread Jerroyd Moore (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15224514#comment-15224514
 ] 

Jerroyd Moore commented on CB-10651:


When compiling you can use the --bundle argument to create an appxbundle. The 
Windows Store will accept this if you don't have any precompiled .NET Native 
prebuilt packages.

> no .appxupload file generated when build for Windows Phone 10
> -
>
> Key: CB-10651
> URL: https://issues.apache.org/jira/browse/CB-10651
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Globalization
>Affects Versions: 5.4.1
> Environment: Visual Studio 2015 version 14.0.24720.00 update 1
> Windows 10 Professionnel version 10586.104
> Node version: v4.2.4
> Cordova version: 5.4.1
> cordova-plugin-globalization 1.0.2 
>Reporter: isabelle
>  Labels: .NET, Build, Windows10, mustfix, triaged, windows, 
> windows-universal
>
> I have a Cordova Project in Visual Studio 2015. I can build and create 
> package for Windows Phone 8.1 and upload it on the Windows Phone Store, all 
> is fine.
> But when I want to create package windows-universal for Windows Phone 10 I 
> can't upload file on the store.
> The build is ok, even if I have a warning ("warning : Il manque un fichier de 
> directives de runtime (rd.xml) à votre application. Les directives de runtime 
> servent à décrire le comportement dynamique de votre application et à 
> contrôler l'optimiseur .NET Native. Il est recommandé d'avoir au moins un 
> fichier rd.xml dans votre projet.")
> I can create package for the store, and Certification is OK. But only .appx 
> files are created in the package, no .appxupload file. And when I try to 
> upload .appx file on the Windows Phone Store, the file is rejected (Erreur de 
> validation de l’acceptation du package : Vous ne pouvez pas soumettre des 
> packages natifs .NET précomptés. Chargez le fichier appxupload du Store et 
> réessayez).
> When I remove Globalization Plugin I can create package, the .appxupload file 
> is created and I can upload it on the store.
> What can I do to keep the plugin in my porject and create .appxupload file?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org