PoGo-UWP icon indicating copy to clipboard operation
PoGo-UWP copied to clipboard

Error : Ask the developer for a new app package. This package may conflict with a package already installed, or it depends on things not installed here (package dependencies), or is made for a different architecture (0x80073CF3)

Open praveenallam555 opened this issue 8 years ago • 30 comments

No matter how many times i try, i am getting the above error

Ask the developer for a new app package. This package may conflict with a package already installed, or it depends on things not installed here (package dependencies), or is made for a different architecture (0x80073CF3)

is there any additional dependencies i have to install.

Steps i followed: -developer mode -certification install -app installation

System configuration: -Windows 10 PC

praveenallam555 avatar Nov 20 '16 20:11 praveenallam555

Did you download the x86 file or the arm one?

Rover656 avatar Nov 20 '16 20:11 Rover656

x64 file actually. certificate and package both are x64.

praveenallam555 avatar Nov 20 '16 20:11 praveenallam555

OK, are you on a x64 device?

Rover656 avatar Nov 20 '16 20:11 Rover656

64 bit system(Note: windows 10 PC not mobile ) .

praveenallam555 avatar Nov 20 '16 20:11 praveenallam555

Hmm, installed a version before?

Rover656 avatar Nov 20 '16 20:11 Rover656

Nope. do i have to install any?

praveenallam555 avatar Nov 20 '16 20:11 praveenallam555

Try downloading the dependencies

Rover656 avatar Nov 20 '16 20:11 Rover656

(need to find on google)

Rover656 avatar Nov 20 '16 21:11 Rover656

oh. thank you!! i am sorry to ask but what kind of dependencies i have to install. at least name some so that i can google. thank you for help though.

praveenallam555 avatar Nov 20 '16 21:11 praveenallam555

Also, just to clarify, you needed to add the cer file to the trusted publishers directory, not auto

Rover656 avatar Nov 20 '16 21:11 Rover656

yup i did. all i have to do is install dependencies as you said? can you link me through?

praveenallam555 avatar Nov 20 '16 21:11 praveenallam555

i mean dependencies link or at least names?

praveenallam555 avatar Nov 20 '16 21:11 praveenallam555

Maybe u don't need dependencies, try re installing the cer then the appx

Rover656 avatar Nov 20 '16 21:11 Rover656

did for several times but same result.

praveenallam555 avatar Nov 20 '16 21:11 praveenallam555

I don't know then, the depends should be in the releases page, but check again to see if you have pogo installed, I got to go now anyways, good luck!

Rover656 avatar Nov 20 '16 21:11 Rover656

Thank You for your time and help. i will keep trying..

praveenallam555 avatar Nov 20 '16 21:11 praveenallam555

Just an update: tried several times with no luck, hope dev fix this

praveenallam555 avatar Nov 20 '16 23:11 praveenallam555

Try using the apps installer program? That worked for me.

HerrForehead avatar Nov 21 '16 06:11 HerrForehead

Appx* sorry.

HerrForehead avatar Nov 21 '16 06:11 HerrForehead

where can i find that? thanks

praveenallam555 avatar Nov 21 '16 06:11 praveenallam555

just to make sure: did you have same problem before? if yes, does installing through appx installer eliminated that problem? thanks!!!

praveenallam555 avatar Nov 21 '16 06:11 praveenallam555

There are instructions on the releases page. https://github.com/ST-Apps/PoGo-UWP/releases

You should install the .cer first, then the .appxbundle . Links to both files are also on the release page

piyushraja avatar Nov 21 '16 11:11 piyushraja

Try using https://www.microsoft.com/store/apps/9nblggh4nns1 next time? The app doesn't work now anyway. You can do an install to see if it works, though.

HerrForehead avatar Nov 21 '16 15:11 HerrForehead

@HerrForehead @piyushraja I really dont get it. all i have to do is install cer file and appxbundle right? I did that several times may be in hundred times. is there anything to do? Please let me know. thanks for your replies and time.

praveenallam555 avatar Nov 21 '16 16:11 praveenallam555

On Windows 10 Mobile you have to wait about 3 minutes after the launch of the .appxbundle file

pintocaf avatar Nov 23 '16 09:11 pintocaf

Mine is windows pc. Thank you!!!

praveenallam555 avatar Nov 23 '16 15:11 praveenallam555

any update for the above error??

praveenallam555 avatar Nov 26 '16 18:11 praveenallam555

I'd say wait until a new release, and of the problem is still there then we can help you resolve it. Right now the game has been disabled because the API changed, so it doesn't really matter if you get it working now or not. Is there a specific reason you want to get it installed now even though it won't work?

fasterinnerlooper avatar Dec 06 '16 01:12 fasterinnerlooper

@sjetha the only reason I can see to install it now is if you do it properly once, you can just open the app if and when they fix the API and it will auto-update the next working version.

Lavince avatar Dec 06 '16 04:12 Lavince

I've got such error when tried setup own UWP application and I've found this topic. For resolve such error you need run special PowerShell script Add-AppDevPackage.ps1. This scrip generated by VisualStudio when you will prepare appxbundle file. I hope this comment will be interesting other who will got such error. P.S. Previously you need install cert in Trusted Person and check that similar application uninstalled on your computer. For uninstall previous version of UWP application you need open Settings(Win+I)\Apps.

Perekur avatar Jul 21 '17 16:07 Perekur