Skip to main content

Questions tagged [windows-phone]

GENERAL WINDOWS PHONE SUPPORT IS OFF-TOPIC. Windows Phone is Microsoft's mobile operating system and software development platform. Use this tag for programming questions that specifically relate to programming or debugging on a Windows Phone. Windows Phone questions that are not programming-related can be asked on https://windowsphone.stackexchange.com/

windows-phone
0 votes
0 answers
21 views

How do I align elements in a UWP Windows 10 Mobile app?

I have this simple layout in a Windows 10 Mobile app: <Page x:Class="Clock_Mobile.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http:/...
Auras's user avatar
  • 7,546
0 votes
0 answers
46 views

DEP0001: Unexpected Error: SmartDeviceException - Incompatible version of the RPC stub. [0x80131500] during UWP app deployment to Windows phone

I'm encountering an error while deploying a UWP app to a Windows phone device using Visual Studio. The error message is: DEP0001: Unexpected Error: SmartDeviceException - Incompatible version of the ...
Zolii's user avatar
  • 24
0 votes
1 answer
215 views

Chilkat mail UWP on Windows 10 Phone gives Class not registered error

As explained in http://www.chilkatsoft.com/downloads_uwp.asp, we installed the Chilkat UWP runtime via NuGet. We then used the following sample code: https://www.example-code.com/csharp_winrt/...
Dick's user avatar
  • 433
0 votes
0 answers
70 views

How to fix the issue "UWP app stopped after navigation"?

Now I'm making an UWP app. And I faced an issue. When I tried to navigate to other page using this.Frame.Navigate, the app stopped with exit code -1. Here is my code private void Meetups_Pressed(...
Julian's user avatar
  • 1,602
0 votes
1 answer
309 views

How to set Grid.Background to MediaPlayer in UWP?

How to add video to Grid.Background in UWP app? In previous version, I used <Grid.Background> <ImageBrush ImageSource="ms-appx:///Assets/carosel3.jpg" Stretch="UniformToFill"/> </...
Genuine Dev's user avatar
2 votes
0 answers
462 views

Unable to publish UWP package update with the `invalid package identity/family name` error

I'm trying to upload a UWP package on top of an existing published WP8.x Windows Phone app: I've created a new UWP project I hit the Associate app with the store menu and picked the already published ...
Mando's user avatar
  • 11.7k
1 vote
1 answer
57 views

Lumia 640 LTE edge explorer - javascript $ is not defined

We've developed a responsive website for mobile phones. But we've encountered a problem with the mobile phone Lumia 640 LTE. The Edge explorer on this device doesn't load properly the JavaScript and ...
Jose Luis Guerra Infante's user avatar
0 votes
3 answers
73 views

iOS / Windows Store App: can I know whether my other app installed on this device/user account?

I have several apps and I want to know from app A whether app B or C are installed. In Android I can check does package exist, but is there something like this in iOS and windows store app? I'm using ...
Tertium's user avatar
  • 6,198
0 votes
1 answer
70 views

Get app purchase date for Windows Phone 8.1 and Windows 8.1 applications

Is there a way, either in C# or C++ APIs for Windows Phone 8.1 and Windows 8.1 Metro applications, to get the user's app purchase date or, in case the app has been downloaded for free, the date of the ...
user1945293's user avatar
0 votes
1 answer
194 views

Complicated background work in UWP, is it real?

Usually I work with Android but now I need to make background application/library/service in UWP. So, I need three background tasks/jobs/services: Every 15 minutes send POST request to the server ...
hi.cosmonaut's user avatar
2 votes
0 answers
581 views

How to export React native code for windows platform

I am having react native code which is running on both iOS & Android. Also I have used some dependencies like image picker or other but now I have to run that application in windows phone also so ...
priyanka's user avatar
  • 171
1 vote
1 answer
63 views

Get Host File on my windows phone

I’m developing an UWP app for Windows 10 phone. The client request is to be able to get the HttpClient BaseAddress (Services address) from a local file located on the Host File like on desktop apps (C:...
Fredo Drucker's user avatar
1 vote
0 answers
88 views

UWP Windows Phone detect type of USB connection

I'm writing an app for a Windows 10 Mobile Enterprise phone, using the UWP framework and C#. When I plug the phone into a computer, the phone prompts for whether I want to allow a data connection, or ...
tj94's user avatar
  • 61
0 votes
1 answer
49 views

Override default call interface

I am aware that doing this is possible in Android (here is a related question). However, currently I am very puzzled about whether it is even possible to do this on Windows Phone. Having had a look ...
Samuel Allan's user avatar
1 vote
1 answer
300 views

UWP: Control won't fit to the available view area of my Grid cell

I am working on a Phone Dialer UWP application for Windows Mobile devices. In searching for dialer examples, I came across the PhoneCall sample that is bundled with Windows Universal Samples at https:/...
AutomationZombie's user avatar

15 30 50 per page
1
2 3 4 5
452