Facebook Single sign on not working in windows phone 8.1 app running on windows 10 devices - windows-phone-8.1

I have referred this link to implement facebook login with facebook app. It works fine. After login from facebook app it redirects to my app.
But when i run this app on windows 10 device facebook app(both latest beta version and latest facebook ) doesnt redirect to my app. Instead facebook beta opens its timeline and facebook app crashes.
I think fbconnect://authorize? is not supported in windows 10 facebook app? But i have got some links in satackoverflow(link1) which says it works fine. But only difference with those links is they have actually created windows 10 universal app where as mine is windows phone 8.1 app running in windows 10
Any ided why this is not working on windows 10 device. Any workaround for this to work?

Related

URI Scheme for Microsoft Equalizer app on Windows Phone 8.1

This is a question for an old platform, but I happen to need to write an app for Windows Phone 8.1. This app needs to launch the Microsoft Equalizer (audio) app that could be installed on some Nokia Lumia devices and enabled audio equalizer in the phone's Settings section.
I know I need the app's URI scheme to launch it through code, but I can't find the scheme for this particular app anywhere.
Also I know for a fact that it is possible to launch this app because there are other apps on the Store that can do that.
I'd really appreciate it if someone could give me the URI scheme - or any other way - to launch the equalizer app on a Windows Phone 8.1 device.

Windows Phone 8.1 - This app is not available for your device although I can manually deploy it into the device

I have recently finished working on an App for Windows Phone 8.1 and 10 - I have successfully been able to deploy it on both type of phone by using Windows Phone Application Deployment 8.1 tool.
I am now trying to load the app into the store and create a flight package so my develop phone should be able to see, download and install the app from the Microsoft Store on the device.
I am having 2 'problems' right now:
+ the App is not showing on the Store
+ using the app URL from the store, I am able to find the app but it is only available for downloading on the Windows 10 phone and it comes back unavailable on the Windows Phone 8.1
Here is some screenshots which should give an idea of my set ups:
Apart from the above, I would like to mention that I have added my Microsoft account to the devices so ideally I should be able to see the App!
Let me know guys if it makes sense and if you need further details to help me
Thanks

Deploying Windows Phone 8.1 app to Windows 10 Mobile

I've been developing a Windows Phone 8.1 app using C#/XAML. My configuration is up-to-date Windows 8.1 PC + Visual Studio 2013.
I can test my app on WP 8.1 emulator that comes with VS2013, and also no problem deploying it on physical Windows 8.1 device.
However the app also runs on Windows 10 Mobile because the platform currently allows it that way. Which is good except, my app doesn't work as intended since the device got Windows 10 Mobile Anniversary Update.
I don't know if the problem is in Windows or in my app but that's not important here.
I need to create a hotfix for the issue. And here comes the question. Is there a way to deploy WP 8.1 app to Windows 10 Mobile without submitting it to the store first, without upgrading to Windows 10, and preferably without upgrading to VS2015?
UPDATE The reason I want to deploy WP 8.1 app to Windows 10 Mobile is to test if my patch fixes the issue manifests with Windows 10 Mobile. At the moment I don't understand where is the problem and keep submitting the fix attempts to the store is not ideal.
Thanks.
Is there a way to deploy WP 8.1 app to Windows 10 Mobile without submitting it to the store first, without upgrading to Windows 10, and preferably without upgrading to VS2015?
Yes, it is possible to deploy WP8.1 app to the Windows 10 Mobile without submitting it to store and without upgrading to Windows 10 and without upgrading to VS2015. But you need to make sure you have the Windows 10 Mobile device for you to test.
If the Windows 10 Mobile device is in your side, you can unlock the Windows 10 Mobile device and deploy your app to the Windows 10 Mobile device by using the USB with the same method that you deploy it to the Windows Phone 8.1 Mobile device.
Or you can try to sideload your app on the Windows 10 Mobile device without submitting it to the store by using the Application Deployment tool. For more information, please try to refer to this article:How to deploy Windows Phone 8.1 apps with the Application Deployment tool.

How to find Windows Phone 8.1 store link in new Windows Dev Center before publishing?

I am going to publish a new Windows Phone 8.1 application using the new Windows Dev Center and I would like to know the Windows Phone 8.1 store link before publishing the application.
In the old Windows Phone Dev Center I was able to "guess" it using the apps GUID, but now I don't see how I can get the app's GUID, and all the new Dev Center shows me is the Windows 10 link that won't work in Windows Phone 8.1 devices.
Can someone help me find a way to figure out the app link before publishing it?
When you create a new application in your dashboard you should see on the left side menu a category App Management -> App identity. On the bottom of this page you have the link. This link will automatically redirect to the right WP8.1 app when opened on a WP8.1 device.

How to install our window8 app in windows mobile?

I am new to windows app.Now i am create new app in vs 2012.It run perfectly in my system.How to install this app to my mobile.
First, if you want to test your app before publishing to Windows Phone Store you should have valid Developer account and developer unlocked phone. Details are here and here
To deploy app from VS2012:
Select from runnable options "Device"
Connect unlocked phone via USB
Unlock lockscreen on device - you should see home screen
Press deploy in VS2012
Enjoy your app on the phone
If you want to publish your app to Store - follow this guide