Deploy app on wp7 device - wpf

I install windows phone 8 sdk, but I created project with target version 7.1
When I try deploy app on wp 7 device I get message that the device locked for developer.
I checked my account on market device is registered there.
Can I deploy app on this device or is it impossible?

You can read about the whole process here.
Here are the steps but if you encounter any issue while following these steps go the the page linked above to see how to fix your problems.
Turn on your phone and unlock the phone screen.
On your phone, ensure that the date and time are correct.
Connect your phone to your computer by using the USB cable that came with your phone.
On your computer’s Start screen, switch to All apps view.
Under Windows Phone SDK 8.0, click Windows Phone Developer Registration. The app starts, as shown in the following image.
Verify that the Status message displays Identified Windows Phone 8 device. Click the Register button to unlock the phone.
If your phone is already registered, the Status message indicates this and you see an Unregister button.
Click Register.
In the Sign In dialog box for your Microsoft account (formerly known as a Windows Live ID), enter the email address and password for your Microsoft account.
Click Sign In.
If you’re a registered developer, be sure to use the Microsoft account associated with your developer account.
After your phone is successfully registered, the Status message displays Congratulations! You have successfully unlocked your Windows Phone.
Note: You need to have Zune installed and running with wp7 devices

If Your Device is Registered and not working so You Should Un-Register your Device from Dev Center and Re-Register it.
The Registration Process is Shown here for WP7.
then Try to Deploy app on Device.

Related

Windows 10 kiosk mode with TAURI app fails (0x80070057)

I have a Tauri (https://tauri.app/) react app. (latest 1.1, and latest react versions).
I used the Windows Configuration Designer to provision a kiosk device.
I attached the MSI installer of the react application in the kiosk device provision.
The provision worked and I tried to apply it on a different windows 10 PC.
A new account was created for the kiosk user (based on the configuration) but when I`m trying to use this kiosk user a bluescreen appears with the following error message:
We weren't able to start your app. Press Ctrl+Alt+Del to sign out or contact your system Admin. For more info, search online for error code: 0x80070057
My question is, how can I set up a kiosk provision package with a Tauri app?
I wanna use my custom desktop app (Tauri & react) in kiosk mode on windows 10.

Where do I submit XML reports after WACK has finished?

We have WPF desktop application which we have packed in setup executable. Because of SmartScreen we need to certificate our application. We have used Windows App Certification Kit (WACK) from Windows 10 SDK to generate XML reports. And now we have to submit those reports to Microsoft.
https://learn.microsoft.com/en-us/windows/desktop/win_cert/windows-certification-portal
We have created developer account as company, and when I click on submitting reports:
Test locally and upload the results
After your run the Windows App Certification Kit tests, upload the results to the Windows Certification Dashboard.
https://learn.microsoft.com/en-us/windows-hardware/drivers/dashboard/
It directs me to Windows Hardware Dev Center dashboard?!?
Were do we upload our WACK reports for our desktop application certification?
I have opened a ticket with Microsoft regarding this and it turns out the "classic desktop" logo program has been discontinued.
The only way you can "certify" your application is either the Ready for Windows program or the Windows Desktop Application program.

Background task on iOS

I plan to create a business app that runs on iOS and communicates with a webservice. The app is meant to be an online app, but when there is no internet connection, the user should still be able to register a notification locally and the app should send the notification automatically (without further user intervention) as soon as there is an internet connection again. This should also work when the user closes the app while he has no internet connection.
Is it possible to do this on iOS? (I know it works on Android with a service)
Does this need a special permission ?
Thanks
Check out this developer guide section, specifically the part about local notifications in iOS and Android.
Notice that services can work in native code but the local notifications are portable.

How to access files and folders for uwp app on a mobile device

How can app files be accessed for uwp apps on a mobile device. This tutorial, https://blogs.windows.com/buildingapps/2016/06/08/using-the-app-file-explorer-to-see-your-app-data/, explains using App File explorer. I follow the steps, enabling device portal and device discovery. With the IP address of the phone I can't connect to the phone from Google Chrome because of security. Microsoft edge allows me to connect with the pin after a warning about the security certificate but the phone does not show a new pairing , and the device portal only has a few of the options from the tutorial, not File Explorer (http://imgur.com/a/likYI).
Connecting by usb does not show app folders (http://imgur.com/a/YBejt)
Thank you.
Please check your Mobile OS version and upgrade to the latest RTM
And you can also use Device Portal core REST API
For example:
Get known folders - Obtain a list of accessible top-level folders.
Method | Request URI
-------|------------
GET | /api/filesystem/apps/knownfolders
I upgraded and can now access File explorer with Edge. But not by usb, is that normal?
Please follow this guidance to Set up device portal on Windows Phone

Deploy on Windows Phone 7 in App Hub unsupported country

I would like to debug and deploy the application on the Windows Phone 7 device in order to test and debug it. But to do that I need to register my phone(http://msdn.microsoft.com/en-us/library/ff769512%28v=vs.92%29.aspx) and for that I need to be registered as a developer on App Hub (http://msdn.microsoft.com/en-us/library/ff769508%28v=vs.92%29.aspx), but my country is not on the list of supported countries yet.
So just to start to play with the OS and deploy on device development I need to wait? Here (http://msdn.microsoft.com/en-US/library/hh286410%28v=VS.92%29.aspx) is mentioned the APPA market – would this be a way to register and get the phone being registered as a developer phone?
Thanks a lot
Regards,
STeN
Yes, as you mentioned, the way to publish from (and test in) countries which are not currently supported by the App Hub or Marketplace is via the Global Publisher Program.

Resources