Deploying a Windows Phone 7 app - windows-phone-7

i have Developed a small windows Phone 7 app, for our customer[in INDIA]. The Problem is we are giving it free like a goodie for our main site. Is there any way to Upload the app into an Windows Phone without Uploading it to the market place?

To put an app on a phone without going through the marketplace, the phone has to be 'developer unlocked'. Once that is done, you can distribute your .xap file to the customer, and they can transfer the file to any developer unlocked phone. See http://blogs.msdn.com/b/publicsector/archive/2011/01/04/unlock-your-windows-phone-7-for-development.aspx

To 'Developer Unlock' you need a developer account. And 'Developer unlocking' each user's phone is practically very difficult.
Instead I would suggest you to upload your app to marketplace and share the marketplace link in your site or mail the link to your users.

Related

Windows app store download permissions

I developed an app for Windows phone. Now I want to deploy it on Windows app store and wants to put restriction.I want only specific people will able to install it. How can I do that. Any suggestion will be appropriated.
Thanks,
Well that depends on who these specific people are. You can set age restrictions and region restrictions, and that's about it.
If you mean you want to hand-pick users that can use your app, then provide a login screen where you manually authorize your registered users.
If you mean that only users you choose can download the app, then you can't use the Store; you'll need to use sideloading.
You can control distribution in the Distribution and Visibility section of your app submission on the developer dashboard.
There are three basic options (for Windows 10 - two for Windows Phone 8.x):
Hide this app and prevent acquisition. Customers with a promotional code can still download it on Windows 10 devices
Give codes to the people you want to be able to use the app. This is Windows 10 only.
Hide this app in the Store. Customers with a direct link to the app’s listing can still download it, except on Windows 8 and Windows
8.1
Send links to the people you want to use the app. This will work on Windows Phone 8.1 as well as Windows 10. Anybody with a link can download it though, so it won't truly limit to just the people you want to use the app.
Hide this app and make it available only to the people you specify below, who can download this app on Windows Phone 8.x devices. A
promotional code may be used to download this app on Windows 10
devices
This is the classic beta-mode for Windows Phone 8.x. You can specify which Microsoft Accounts have access to the app.

Register windows phone app in google advertising platform

I have a free windows phone app and I want to generate revenue from advertising. I choose google admob to do this task, but when I add my app to admob system, there is no choice for windows phone app. There is only choice for android and iOS. I know that the google admob has the sdk for windows phone 8 but how can I register my app to get Ad ID?
You can use the "unit ID" in your application as a Ad ID.
// "MY_AD_UNIT_ID" with your interstitial Ad unit id.
private InterstitialAd objInterstitialAd;
objInterstitialAd= new objInterstitialAd("MY_AD_UNIT_ID");
Here is the useful links for the same:
Register your app
Create an ad unit
Hope it helps
Admob doesnot support ad units for Windows phone in some countries. Thats why, it is not showing that option.
PS: not in India as well.

Run windows phone 8 app on device

Is there any way I can do it without registering?The account is not registering me as a student and I cannot own a company just for this.
Juts follow this tutorial. All you have to do is sign in with your Microsoft account and your phone will be "dev unlocked". No windows phone developer account needed.
http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff769508(v=vs.105).aspx

How I can download my beta test release from app hub? I have zune url but... - wp7

This is a simple questions:
I've developed my first app for windows phone 7 (Mango). I have created a new release in the marketplace for beta test.
I have received one confirm email about this process. All is ok. But now, in this email, there is a Url like this:
zune://navigate/?appid=46546c45-7b41-11ae-b78e-268334559f0ac
In theory, I have to send this url to beta testing people of my list. But Where I or they have to write this url for download the app?
In zune? In the marketplace? I don't know what I have to do with this url....
Thanks guys,
JPe
When you submitted the app for beta testing, you needed to specify the live ids of some testers. This link (zune://) can be used to install the application through Zune. You need to send this link to those testers whose live ids you entered there. Just paste the link in any browser and it will open with Zune.
The link will not work for anyone else, but for the specified live ids.
If your live id is not in the beta tester live ids list, I am not sure that you can test the app with your live id. I'd suggest to add your live id to the list.
And by the way, you cannot access a beta app through the Marketplace, the only way is through Zune with the given link.
I hope it will work for you.
I have found in most cases the beta links only work when opened from a Windows 7 device, opening the link on a PC through Zune either gets a "app not available" or "app not available for your country".
There doesn't seem to be any setting in the marketplace to get around this so it may be by design.
No word yet on if this is fixed with the web marketplace but I doubt it since the Beta apps only give a Zune link

Install other applications in a WP7 application Programatically

What the WP7 application needs to do?
- download some others applications and install them automatically on the device.
The device will send first a request to a web server with some rules and will receive an answer containing the links to the applications that need
to be downloaded and installed on the device.
As far as I read, the Marketplace is the only way to get apps on a Windows Phone 7 device, so let's suppose that the applications I want to
install are already on the Marketplace and I can refer to each one by their links (according to this post).
Can I download programmatically an application from the MarketPlace (having the link to it) in another application and install it
on the device?
I do not want to open the app link in browser because this opens the Marketplace hub and points me to the application location.
Just for my curiosity: every time you want to install an application from Marketplace you need to sign in with a Windows Live ID?
Thanks & Regards,
Paul
You cannot dynamically download or execute code or install applications on WP7. The closest you can get is launching a MarketplaceDetailTask which directs the user to a page on the marketplace where they can choose to download the application.
The user's Live ID remains signed in until they sign out from Settings so, no, they don't have to sign in more than once.

Resources