I use library "Rate My App" by Nokia Developer.
Link : http://developer.nokia.com/resources/library/Lumia/code-examples/rate-my-app.html
How to feedback via email (give feedback) in Windows Phone 8?
Help me ! Thank ...
Related
How can I make an app for Windows Phone that provides contacts to the people hub but these contacts must not sync with Whatsapp.
I know this is possible because contacts with phone numbers from Facebook aren't synced with Whatsapp.
In what field of a contact should the phone number be stored so that WhatsApp can't read it.
What are the APIs and if there is an app like that existing in the store, what is it?
PS. I am developing for WP8.1 or WM10.
I worked on Android project to get wifi info, such as: rssi, ssid, mac..
I want to do same that on windows phone 8, but unfortunately not allowed to access to its API in windows phone!
There is any alternative idea to get wifi info in windows 8? in other word: can I read wifi info without using this API?
This topic is very impotent for me and for other developers, so any help would be appreciated.
I don't see any way to get the WiFi SSID information on windows Phone from an app.
You can retrieve device networking information but not specific details for WiFi.
https://msdn.microsoft.com/en-us/library/windows/apps/microsoft.phone.net.networkinformation.devicenetworkinformation(v=vs.105).aspx
You can launch the WiFi settings from your app
https://msdn.microsoft.com/en-us/library/windows/apps/jj662937%28v=vs.105%29.aspx
There is no way to do this in Windows Phone 8.1. This is a new API available to apps, but it is being introduced in Windows 10.
I know it isn't the answer you want to hear, but here is a link to the API (says availability is 10 only) https://msdn.microsoft.com/en-us/library/windows/apps/xaml/windows.devices.wifi.aspx
I am stuck in using facebook API in WindowsPhone8.1, i am unable to create a login button and authenticate user in WP8.1, and i couldnt search relative material on google too, even though i have done the same task in Windows 8.1 and Windows Phone 8 but not in Windows phone 8.1
here is my code that i have used for login process
App.fb.session = await App.fb.sessionclient.LoginAsync("user_about_me,read_stream,publish_action");
App.fb.AccessToken = App.fb.session.AccessToken;
App.fb.FacebookID = App.fb.session.FacebookId;
App.fb.expires = App.fb.session.Expires;
but i give "No Implemented" Exception
Thanks in advance
I'm not very sure about whether the WP8.1 has integrated the Facebook Authentication. As mentioned here it's still not.
I am trying to share a link on my windows phone 8 app.So far i am using the
ShareLinkTask
but its only for Facebook and twitter. Any help?
You need to implement it by yourself from scratch. This may help you Google plus API for WP7 using C#, .NET
I have searched for that but i am unable to find it please let me know the solution...
I've already search this information with microsoft MVP in "Windows Phone trainning meeting" (sorry for my english) and In Windows Phone 7.1 and + It's not possible.
You can use SmsComposeTask, but you know that...
You can also go through the API to send SMS, but it's not Native... exemple : clockworksms ...
Short answer: No
Long answer: There is no other API for sending SMS messages right now than SmsComposeTask in Windows Phone 7 or 8.