ylian-saint-hilaire's blog

App Store GUID

In my earlier blog about the App Store GUID, I made a mistake in the conversion code. I corrected the code but wanted to mention that because the four integers given on the App Store web site are small-endian (we are Intel x86 after all), I forgot to flip the bytes around.

TAGS:

Converting an Atom Store GUID into a .NET GUID

I just posted about making the Atom Store SDK work in .NET. One thing I missed is that the Atom Store provides application GUID's in the format: "0x00000000,0x00000000,0x00000000,0x00000000" But normal .NET GUID's are in a different format: "00000000-0000-0000-0000-000000000000"

TAGS:

Building .NET applications for the app store

Building .NET applications for the App Store is not currently supported. If you are like me, building user interfaces with .NET is quick and easy and so, it would be nice to submit .NET applications.

Syndicate content