windows-store-apps

How to get the event when clicking the microsoft ad in uwp

删除回忆录丶 提交于 2021-01-29 03:01:26
问题 I'm using Microsoft Advertising SDK for xaml. And my app can show the ad now. But I want to know the event when user click the ad. None of the following event worked. <ads:AdControl x:Name="adAd" Grid.Row="3" ApplicationId="" AdUnitId="" Width="300" Height="250" AdRefreshed="OnAdRefreshed" ErrorOccurred="OnErrorOccurred" Tapped="OnAdTapped" OnPointerDown="OnAdPointerDown" PointerPressed="OnAdPointerPressed"/> 回答1: None of the following event worked. Actually, you could not use the above event

How to update Windows 10 UWP store certificate

大憨熊 提交于 2021-01-28 09:38:14
问题 I have a Windows 10 UWP application deployed to the Windows store. When I now build, I get warning APPX0108: The certificate specified has expired. For more information about renewing certificates, see http://go.microsoft.com/fwlink/?LinkID=241478 It has been a while so that is fine, so I want to renew. Going to the link, and to the section Renewing a certificate , steps 3 and 4 say to choose "Create Test Certificate". But I don't want a test certificate, I want one I can use to build and

What must I do to fix the “mismatch between processor architecture” of my projects?

本小妞迷上赌 提交于 2020-12-15 04:56:36
问题 I have built a Winforms .NET Core app that I want to submit to the Windows Store. In line with that goal, I was able to create an app package from the answer here. Now I want to get my app onto the App Store. Following the steps here, it tells me that if I "created the package by using Visual Studio" I should, "Set the packaging project as the startup project, and then press F5 to start your app." So I did that, but got this err msg: Error MSB3270 There was a mismatch between the processor

Detect ListViewitem where rightTapped event happened

时光毁灭记忆、已成空白 提交于 2020-12-11 06:23:23
问题 Is there any way to get the ListItem from RightTappedRoutedEventArgs e without SelectionChanged event and related sources because this ListView have SelectionMode="none" . If this is not possible with SelectionMode="none" , will it be available with other selection types, but still without selection change event? Item xaml template below. <ListView.ItemTemplate> <DataTemplate> <Grid Height="56" Width="300"> <Image .../> <TextBlock .../> </Grid> </DataTemplate> </ListView.ItemTemplate> Due to

Permission Denied error: Python 3.8 on Windows Gitbash

落爺英雄遲暮 提交于 2020-07-09 14:54:03
问题 New to Python. I get the following error on doing a python --version on my GitBash. ...Appdata/Local/Microsoft/WindowsApps/python3: Permission Denied Based on some answers on this forum I turned off the App execution aliases for python. Doing this deleted the two "stubs" python.exe and python3.exe from my Windows App folder and resulted in another error of No such file or directory to my python --version on GitBash. I am a novice to python so it gets annoying to be stuck at the installation

Permission Denied error: Python 3.8 on Windows Gitbash

半世苍凉 提交于 2020-07-09 14:52:13
问题 New to Python. I get the following error on doing a python --version on my GitBash. ...Appdata/Local/Microsoft/WindowsApps/python3: Permission Denied Based on some answers on this forum I turned off the App execution aliases for python. Doing this deleted the two "stubs" python.exe and python3.exe from my Windows App folder and resulted in another error of No such file or directory to my python --version on GitBash. I am a novice to python so it gets annoying to be stuck at the installation