Windows 8 and Windows Phone 8 Over the air installation of apps - windows-phone-8

Is there a way to install signed applications over the air on the windows 8 and windows phone 8 platforms?
I'm looking for something similar to iOS wireless app distribution with its itms-services:// uri scheme. Basically, I want to direct users to a web page where they can download and install a signed application package on their device by clicking a link.
But it seems (from the information I gathered from the available documentation) that Microsoft allow app installation only by using the Windows Store, or by Sideloading (in the case of Windows RT, 8 Pro and 8 Entreprise) or by enrolling users phones for company app distribution (in the case of Windows Phone 8).
are these really the only methods available?
Thanks in advance.

For the Phone you could use the beta testing feature. It will not show in the store and only be available for users you have registered via their Microsoft account formerly Live ID. The app will run through certification and therefore will not be hosted on your own server.
For Windows 8.x you will still have to go the side loading route as there is currently no beta testing feature available.
HTH

Related

can't install company app Codename One windows phone

I am successfully able to create and download build from CN1 server for Windows 8.
I am also able to unlock my windows phone (Microsoft Lumia 640 Windows OS 8.1) using 'Windows Phone Developer Registration' utility.
See below image.
But still I am getting this error, any suggestion please ?
For a testing sake, I created one dummy app just having textfields and even that simple one didn't work.
Thanks.
To run your app on windows phone 8, you have to do the following:
You must be a registered developer.
The phone must be registered.
The phone must be connected to the host computer with the USB cable,
turned on, and the screen must be unlocked.
To test apps on a Windows Phone 8 device:
The Windows Phone IP over USB Transport service must be running. This
service is installed and started when you install the Windows Phone
SDK 8.0.
The computer must recognize the connected device. A Windows Phone 8
phone is listed as a drive in File Explorer.
Read more in this link

How can I install Windows Phone 8 development application without visual studio

I have developed a windows phone 8 application. I have a developer account and unlocked device. Now I'm able to deploy/install the application in my phone through windows phone development sdk.
Now I want to install this application in another device ( a device of my friend, who is in different location). I don't want to put this application in the app store. I want to mail the XAP file only to him. So is there any other way to install this (XAP file) application in his mobile.
I am looking forward your responses.
Thanks.
Answer 1:
Your friend has to unlock his device with a developer account in order to install it. Can use the "Application Deployment Tool" to install the XAP.
(This goes well only if your friend is a developer)
Answer 2: (Easiest way for your friend to install)
You can release a beta in the store, and include the Microsoft ID of your friend as a beta tester. And after releasing the app, you can email the link to your friend. Beta release is fast and it usually goes live within 1 hour.
You could use the "Targeted distribution to customers with specified email addresses".
That means that you will publish the app on the store, but it will only be available for the users that you want.

Publish windows phone 8 silverlight app

I am having windows phone 8 silverlight app. I need to publish it on Windows store. Can you please provide or explain step by step guide to publish this app in store.
Stackoverflow link discussed already. But after changing the values in files manually what need to do after tha?
I followed the steps mention here, but i am getting certification issue after submitting app.
This is a guide to publishing applications in Windows Store. Important -Silverligth app supported only Windows Phone and not supported Windows 8 and Windows 10. For supported Windows RT you need to make migration to universal app.
Windows App certification kit is very nice utility. Before publishing app use this app for analysis. When i run analysis of my XAP file using this utility, I found that i was using some default images that was main issue in certification failure. Now i am updating that. And will let you if this works or not.

Windows phone 8 app deployment without phone developer account for testing in other windows 8 phones

Could you please guide me on how to deploy windows phone 8 apps on other windows phone for testing without phone developer account or any other means . Just deploy the .XAP in any other windows phone and test or for giving demo.
there can be many ways to deploy app on phone..
1. by launching a beta version of the app and giving microsoft account of the people you want to send it. it will be a 90 days trial and then app will be removed. while this you can also update your app for testers.
by using SD card. put your xap in sd card and then deploy on phone ...
here is the link which might help you
http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402565(v=vs.105).aspx
Take a look at this article, it describes the process. You need to register the phone, this process is now free. After the phone has been registered you can deploy apps to it using Visual Studio.

Online mobile app builder in windows phone 8

I want to make windows phone 8 app.In which i want to integrate online builder tool to create online mobile app and download xap file on device.is there any API present for it ?
That is not supported on Windows Phone. You can only sideload apps under certain conditions (such as having a dev account or I think a max of 2 apps).
Either way, you have to install it using MS tools, there are no API's available
No there isn't. There are a few options for installing xap files.
Install it in a developer unlocked device using the SDK tools
Publish it as a beta, selected users can download it from the store
Publish it the normal way (duh)
Company deployment.
Have a look here: http://developer.nokia.com/Community/Wiki/App_deployment_options_for_Windows_Phone