AB Testing on Microsoft Store - windows

Is it possible to test different icons, description, etc. on store (Microsoft Store)? On ios, google, it is possible to test different icons and other elements for the application in the store. On UWP has not yet found. Can this be done at all? What tools are there for this?

You can create a issue in developer dashboard, the ms stuff will help u.

Related

Is it possible to create games bundles on Windows platform (UWP)?

We want to merge some of our games in bundle by game themes.
For example - you once buy a bundle and inside you get game1, game2 and game3.
Is it possible with UWP games, which targets Windows platform?
Can't find anything about that theme in google.
As far as I know, there is no such feature in Microsoft Store that sells multiple games in a collection. This is currently not supported in Microsoft Store. I'd suggest you submit a feature in the feedback hub about this.

How To Share User Preferences Between Devices With Xamarin

I've been making Windows apps (C# / XAML), for a while, and there is a built-in RoamingSettings space so the app can share preferences across multiple Windows devices (using the same Microsoft Account). Since Xamarin can work across multiple platforms, is there a way to do this?
I was thinking about some form of internet database, but I'm not hip on storing user data. Plus, it would either require authentication or store everyone's data in one big table.
I was thinking that Project Rome would be good for this, but it seems to be more geared towards hand-off workflows (not just sharing a font size or something).
Do you guys have any easy ideas (I stress the word "easy", as I'm just a hobbyist and not a real programmer).
Check out Visual Studio Mobile Center and EasyTables. That should do what you want, but needs an Azure subscription. It's in preview at the moment but works pretty well.
https://mobile.azure.com/

WP7 - selling extensions

I'm trying to create some application for Windows Phone >= 7.1
During plannin my work and specyfiong technical requirements I've come across one problem.
I wan't to have free application with basic functionality. And then it should be extendable with some non-free extensions (dlls?, databases?, SaaS?)
Is it possible at the moment to use some MS api/app/etc. to be able to publish such extensions and sell them? What is the best way to do this if there is more than one solution?
Thank you for any help.
As of right now (June 2012), in-app purchases are not supported. Your only choices, then are being a paid app and supporting trial mode.
The only way you can do this at present is to handle the additional purchases yourself.
You'd have to set up a website which customers could create an account on and purchase extensions through, then have them also log into your app with those account details to determine what additional data to download or functions to enable.
You could be smart and include the website functionality into your app with a browser control. Take a look at the Amazon Kindle app for an example of how they accomplish it.

Is there any way to deploy a Wp7 app to a phone without publishing or using Visual Studio?

I have a Wp7 app (ready in a xap), and I'd like to give it to a client, so he can use it in 5-10 devices. But it is an "internal" client for our service, so I'd rather not publish it on WP Marketplace for all to see...
Is there any reasonable way to do this?
when you upload app on marketplace you can set it as private so only users with direct link can see/install it. There was an app which hacked WP7 that allows you to install apps without marketplace but I've heard it's not legal anymore*.
*search for it because I'm not sure about this one.
edit: http://www.electronista.com/articles/12/01/02/chevronwp7.runs.out.of.tokens.may.not.renew/
Maybe you can try http://labs.chevronwp7.com/
EDIT : Sorry, it seems that all tokens are sold out, so this is not solution for you.
As pointed out by others, you can publish a application on the marketplace as a beta, allowing 5 users to test it using their Live IDs.
But all unlocked phones can have a XAP installed. Generally, Windows Phone applications aren't designed for internal distribution. If you don't intend to publish the application on the marketplace at any point, you need to estimate in the cost of $100 per phone, per year, for the usage of your application.
I'll recommend you contact Microsoft, if you need a specialized deal.

Non-dev-tools Windows Phone 7 emulation

In developing a number of WP7 apps, I have a need to show clients how the app will be when deployed. The clients are a) not in the same location as I am, b) not technical at all, and c) may not even be using a PC. The purpose is to demo, get feedback and make any needed changes.
I'm not finding any realistic options to just simply show them what it would look, feel and run on a Windows Phone 7 (using the ApplicationBar, etc.). I found this link - http://www.redmondpie.com/standalone-windows-phone-7-series-emulator-9140536/ - but it's rather hacky for me to ask someone to do to set up an emulator on their machine without also installing VS Express, etc.
Does anyone know of any links to an official emulator that can be run on a PC, has a simple install and can load WP7 apps?
Have you considered using a product such as Citrix GoTo. Clients do not need to be particularly technical to join such a meeting, you can then take them through a demo. This will cost you though.
A free alternative would be to set aside a PC running the emulator with your software loaded. Create a VPN for you clients to connect to and let them use Remote Desktop Connection to connect to the PC. They can then play around with it remotely.
Have you considered using SketchFlow? Although by default the UI is "sketchy" (sorry), you can apply styles to the controls you drop on your pages, including the very same styles that are used by Windows Phone controls.
If you use a Silverlight SketchFlow project, you can deploy the content to a web server and provide a link that can be consumed on any machine that will render Silverlight content...they can go through the navigation, provide feedback, etc.
Christian Schormann has a writeup on what is required to use it in the pre-release tools... http://electricbeach.org/?p=573
You should take a look at this: http://justinangel.net/WindowsPhone7EmulatorAutomation. I believe it will answer your question exactly.

Resources