No announcements
Found 2468525 threads
-
0 Votes
Windows store app - WindowsStoreProxy.xml file doesnt exist
It sounds like you're looking for the file before it has been created.Answered | 1 Replies | 1137 Views | Created by kalel111 - Wednesday, February 5, 2014 3:09 AM | Last reply by Rob Caplan [MSFT] - Wednesday, February 5, 2014 4:01 AM -
4 Votes
Windows 8 Store App, how do I test in-app purchase?
The CurrentAppSimulator's state is loaded from your proxy file (WindowsStoreProxy.xml in your case, but you can pass any valid file to ...Answered | 4 Replies | 3035 Views | Created by He Shiming - Monday, April 15, 2013 3:36 AM | Last reply by He Shiming - Tuesday, April 16, 2013 4:41 AM -
0 Votes
Replacing an existing store app
If you already have a Windows 8 Store app then you don't have to "Reserve App Name" on Windows Phone store.Answered | 1 Replies | 603 Views | Created by pcmichaels - Wednesday, January 28, 2015 8:06 AM | Last reply by Khanna Gaurav - Wednesday, January 28, 2015 10:24 AM -
6 Votes
Whether CurrentApp class uses WindowsStoreProxy.xml for licensing?
If the user uninstalls the app then all local settings are removed, so if you store your custom settings locally they will be gone.Answered | 19 Replies | 4691 Views | Created by k_amol - Tuesday, January 29, 2013 12:26 PM | Last reply by Rob Caplan [MSFT] - Tuesday, April 30, 2013 3:51 PM -
1 Votes
How does the Store behave when a in-app-purchase item expires?
Arik Cohen Principal Program Manager Windows StoreAnswered | 1 Replies | 1386 Views | Created by Simon Schmalz - Wednesday, January 16, 2013 12:59 PM | Last reply by Arik Cohen - msft - Wednesday, January 16, 2013 7:47 PM -
1 Votes
Can the Same app with two different versions exists in the Windows Store?
No it is not possible to have different versions of same app on the computer.Answered | 1 Replies | 1504 Views | Created by Saikrupakar - Monday, June 24, 2013 2:21 AM | Last reply by Sachin S - Monday, June 24, 2013 3:23 AM -
1 Votes
Show pdf file in windows 8 store apps
PDF Rendering in Store apps has become really easy with Windows 8.1.Answered | 5 Replies | 3611 Views | Created by Purusp - Thursday, January 3, 2013 6:20 AM | Last reply by ravibh - Friday, July 19, 2013 5:50 PM -
2 Votes
Windows store doesnt show app reviews from other countries
Hi, Windows Store client only shows reviews and ratings from the same market as the current user.Answered | 3 Replies | 1607 Views | Created by JeffCar123 - Sunday, March 10, 2013 8:04 PM | Last reply by Ali Sufyan Butt - Tuesday, March 12, 2013 12:02 PM -
1 Votes
Create Excel file in Universal Windows App or in Window Store App
With the second link, it shared how to read and edit excel file, I am not sure whether it could create excel file, but I think you could copy from one exist file, ...Answered | 4 Replies | 4144 Views | Created by KumarSharad - Tuesday, November 3, 2015 5:49 AM | Last reply by Edward8520 - Thursday, November 5, 2015 9:52 AM -
2 Votes
How to Create Setup.exe file for windows store apps?
It is possible: http://www.kodel.com.br/criando-instaladores-para-instalar-manualmente-windows-store-apps/ This article is in portuguese, but with the ...Answered | 5 Replies | 6844 Views | Created by J Suthahar - Monday, March 4, 2013 12:50 PM | Last reply by J Suthahar - Tuesday, January 20, 2015 9:54 AM -
0 Votes
Reading a txt file in vb for windows store app
To use a URI like ms-appx use the GetFileFromApplicationUriAsync | getFileFromApplicationUriAsync ...Answered | 2 Replies | 3033 Views | Created by sekar28 - Saturday, November 2, 2013 12:46 AM | Last reply by Rob Caplan [MSFT] - Monday, November 4, 2013 2:59 AM -
0 Votes
DirectorySearcher for windows store Apps
Build a WebService that does what you need it to do, then call that Webservice from your Store app.Answered | 3 Replies | 713 Views | Created by Teja510 - Thursday, September 11, 2014 1:41 PM | Last reply by James Dailey - MSFT - Thursday, September 18, 2014 5:42 PM -
0 Votes
Error Accessing State Store for Windows Store App
;Players")).Deserialize(sr), PlayerData()) Catch ex As Exception 'File does not exist Return {} End Try End ...Answered | 8 Replies | 1434 Views | Created by Nathan Sokalski - Friday, August 8, 2014 1:43 AM | Last reply by Nathan Sokalski - Friday, August 8, 2014 10:49 PM -
0 Votes
reading excel file in windows 8 store apps
But how to read xls files?Answered | 2 Replies | 4251 Views | Created by ShankChen - Friday, September 6, 2013 10:37 AM | Last reply by ShankChen - Thursday, September 12, 2013 10:05 AM -
1 Votes
Linking & Updating Windows Store & Windows Phone Apps Already in the Store
It says nothing about how to associate an existing Windows Phone app to an existing Windows Store app in the current updated ...Answered | 2 Replies | 846 Views | Created by Nathan Sokalski - Tuesday, July 15, 2014 4:13 PM | Last reply by Hinojosa Chapel - Saturday, August 22, 2015 8:40 AM -
0 Votes
Windows store app - Uploading file to FTP server
(http://code.msdn.microsoft.com/Windows-8-SocketsFtp-4fc23b33) and the write up: ...Answered | 4 Replies | 4528 Views | Created by kalel111 - Sunday, August 4, 2013 7:46 AM | Last reply by Can Bilgin - Wednesday, April 9, 2014 4:16 PM -
0 Votes
Where are an apps file permissions stored?
Hi Phil, The Publishing Windows Store apps forum is for help with publishing your app to the Windows Store.Answered | 1 Replies | 1020 Views | Created by pkursawe - Wednesday, March 18, 2015 8:11 PM | Last reply by Rob Caplan [MSFT] - Thursday, March 19, 2015 12:16 AM -
1 Votes
Windows 8 Apps not for the App Store
Regarding the data access methods I understand that although SQL Server will be supported on Windows 8 Pro devices, there won't be any way to use it in Windows ...Answered | 3 Replies | 2176 Views | Created by ata6502 - Friday, December 14, 2012 2:14 PM | Last reply by fiverc - Wednesday, November 5, 2014 4:09 PM -
0 Votes
Check File Exists in Installed Location in windows 8 Metro Style Apps
Calling GetFileAsync (or equivalents) and catching the exception is the way to handle if the file is not there on Windows 8.Answered | 1 Replies | 1545 Views | Created by smanjula - Friday, July 26, 2013 5:40 AM | Last reply by Rob Caplan [MSFT] - Friday, July 26, 2013 11:01 PM -
6 Votes
Windows 8 Store App and Desktop App communication
I've looked at the documentation for adding a protocol in the package.appxmanifest for Windows Store Apps, but how do I add a protocol for the ...Answered | 5 Replies | 1949 Views | Created by _morse - Monday, December 31, 2012 8:30 PM | Last reply by _morse - Friday, January 11, 2013 2:40 PM - Items 1 to 20 of 2468525 Next ›
No announcements