Uploading Windows Phone App to Windows store - c#

I have recently developed windows phone application but im getting problem in uploading that app to windows store.
Please can any body tell me the process how to do that
Thanks in advance

Windows Phone Dev Center makes it fast and easy for you to submit or update your app. Complete these two basic steps, and your app will be reviewed promptly.
Create your app info
What's the name of your app? Which category does your app belong in? How much do you want your app to cost? After you fill in the blanks for these and other questions, you'll be ready to upload.
Upload and describe your package(s)
Upload the necessary packages for your app, fill in the relevant details (language, description, images, etc.), and submit.

Related

Can't upload my app to windows phone store

I ask for forgiveness if this is not the right place to ask this.
Im trying to publish my app to windows phone store. My app is a wp 8.1 app.
I already paid for the company account and all the tutorials say that I should go to the dashboard, but whenever I tried to enter to the dashboard I got the same screen asking me to choose for the account type again. Is this a bug or what?
I've seen others tutorials and they can do it normally but i can't enter. I can't even find the link of where I reserve the name of my app.
I recive a confirmation from microsoft giving me the welcome.
Is there anything I need to do that Im missing? Why is the dashboard always asking me for account type when I already bought the company account type?
The Windows Phone and Windows app stores are being unified. If you have been migrated to the unified app store, you should be able to view your dashboard using https://dev.windows.com/overview and submit your app from there or go directly to the submit page on https://dev.windows.com/dashboard/Application/New

Facebook login via application or webview if app is not installed in Windows phone 8

Basically I want to achieve the same fucntionality which you normally see in android or ios devices. So if I click on login it should open facebook application(not webview) if facebook is installed but in case app is not installed it should open webview.
Currently it shows me a message do you want to search on store which I don't want.
Any help will be highly appreciated.
Thanks
Vinod
Windows Phone SDK only has the API to launch an app from another app which wouldn't work in your case since you would not be able to share session tokens.
Your best approach to achieving this would be to try out the third party Facebook SDK for .NET. Take a look at the Login API which seems to provide the ability to invoke the facebook application on the app and if not available would take the user to the store (LoginBehaviorApplicationOnly - Windows Phone 8.1).
I understand you would like to bring up the WebView if app isn't available but this SDK doesn't seem to have that functionality. You could contribute to the project or request a feature addition.
Hope this gives you a good start?

How can I View a picture saved to a filestream in an MVC web application?

I have made a windows app that takes a picture and saves that image to a filestream. Now I want to make either a website or MVC web application that will display this image from the filestream, but I do not know where to start. Can anyone help me? Should I create a website in Visual Studios or a web application? What my end goal is is to take a live video from an IP camera and save it on a server, then create a website that displays the live feed. But the live feed is from the server and not from the IP camera itself. All in C# and with no third party software. I am really struggling with this so any help would be much appreciated. If this has been done and posted, please post the link. I was able to do it with just windows applications, but not with a website.
Thanks,
David
You have few decisions which you should make:
What do you like more web forms or MVC? Or maybe single page application
You should use some kind of player it could be flash or silverlight player
You can store video in database(it is wrong way, but sometimes it is ok) or in a file on server. Actually you do not needwin application you can manage it through site. Just create admin dashboard for streaming video.
Do you need realtime stream or save and upload on website?

Uploading Photo/Video to Instagram from Windows Phone App

I want to allow the users of my Windows Phone 8.1 app, to share their Edited or Trimmed video to Instagram.
I think there isn't any Client Library of Instagram for Windows Phone. I come across this link:
http://instagram.com/developer/authentication/
But there is no way to upload Photo/Video to Instagram server.
Can someone guide me or redirect me to any useful link or sample code..? Any kind of help appreciated.

Programmatically access all videos on wp8

I am currently developing an video backup/upload app which requires me to programmatically access all videos on wp8; irrespective of whether they are on phone or sd card.
Is there any way by which we can programmatically access all videos in wp8 ?
Well I do know that there is a way to integrate the app with the video hub. I also know that it is possible to save files using the app specific Isolated Storage.
But my boss requires that..
1) Videos list should be displayed in the app itself without integrating with the video hub.
2) App should not use only the videos from the Isolated Storage because that will greatly restrict the apps functionality.
I mean can I get the same list of videos as is shown the inbuilt video hub? If there are no managed options then can it be done using native code ?
Sadly there is no API in Windows Phone 8 for accessing videos just like you can do it with photos.
The all you can do right now is vote for this API to be added in future version of Windows Phone here or here on WPdev UserVoice page.
But there might be an option to access stored videos using the File type associations: http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj206987(v=vs.105).aspx

Categories