[AC-4373] Windows Phone : "Would you like to install ms-resource:app-name from XYZ?" Replace app-name with application name in tiapp.xml
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-10-05T15:32:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy |
Labels | n/a |
Reporter | Neha |
Assignee | Shak Hossain |
Created | 2016-08-24T09:09:46.000+0000 |
Updated | 2016-10-05T15:32:16.000+0000 |
Description
Hi,
When i create and install a phone store build (.appxbundle) on Lumia 540, it prompts me as follows:
"Would you like to install ms-resource:app-name from XYZ?"
Is it possible to update the text "ms-resource:app-name" with application name in tiapp.xml.
This issue occurs specifically on Lumia 540.
Sample case :
Create any sample application(Even hello world sample application of alloy) and build the phone store build and install it on Lumia 540.
Attachments
Hello, The appxbundle is installed without any error on *Windows Phone 8.1 640 Lumia* .To install the appxbundle on windows phone via computer we need to make sure the windows device is unlocked and Microsoft visual studio is installed in the computer. Check the following steps: *Testing Environment*: Windows Phone 8.1 640 Lumia *Test steps:* *Step 1.* Connect the windows phone to the computer. Open *Microsoft visual studio> Navigate to Tools> Windows Phone 8.1 > Application Deployment* [Screenshot1](https://s17.postimg.io/6bhoz9cbz/step1.png) *Step 2.* Select the target to the device and browse the appxbundle from computer. [Screenshot2](https://s18.postimg.org/59aokcow9/step2.png) *Step 3.* After waiting some time, the application deployment window will provide the app completion status. Then press the Deploy button and check in the windows phone device. The app will be installed at all apps sections. [Screenshot3](https://s18.postimg.org/3ldn8rwzd/step3.png) [Screenshot4](https://s22.postimg.org/890njrmkh/wp_ss_20160907_0001_1.png) [Screenshot5](https://s13.postimg.org/eis0rqq6f/wp_ss_20160907_0002_1.png) Thanks