I am trying to develop a call recording application for specific company for their marketing department ,however i know that the microphone is muted for 3rd party applications in Windows Phone 8.1 but i wonder if its gonna be available in windows mobile 10 ? or is there any other way to record calls natively?
Related
When developing an application that communicates with a Bluetooth Low Energy device on Windows, does one have to write separate code for Windows 8.1 and Windows 10?
I need to connect to a custom device that only has a Bluetooth Low Energy chip in it, the reason I think it would need a separate version is because the API might be different for Windows 10? That is the question, is it the same API?
I have simple issue in my windows phone 8.1 RT app. I have implemented in app purchase in my app. It works normally, If I do in app purchase while BackgroundAudioPlayer is running, then after opening store CONFIRM PURCHASE page app crashes after 5-6 seconds sometimes after 10 secs.
Note: I am able to reproduce this issue in standard BackgroundAudioSample
Uploaded in OneDrive
Let me know if any one have come across this situations.
Thanks
I wanna develop an application that would access messages, photos and other data from Windows phone through PC, an application much like Nokia PC suite. Can anybody suggest me the articles and APIs on this kind of development. My development platform would be C#.Net and OS would be Windows 10. The devices I would communicate through my PC would be Windows phone 8.1 and after launch of Windows 10 mobile I have plans to transform my app for that one.
I am developing a Windows 8.1 store app . In my app I want to send SMS with some text to a phone number . This is a desktop app not a phone app.
Is it possible?
If possible can you tell me one example how to do ?
Thanks.
You can send SMS from anywhere but you'll have to buy the service from a text provider. When you send a sms from a phone you do this using the mobile connection available on the phone, when you want to do this from a device that isn't on a mobile network with a mobile plan including text you need to purchase this from a web service provider that will submit the text you send to them to the mobile network for a fee.
Just Google up "text message web service" or "SMS web service" and you'll find plenty that go from cheap to expensive, typically sold in bulk. Price varies a lot depending on your target country.
I am attempting to create a hardware device that sends data to the windows phone via headphone audio jack.
I have researched this and found that the Core.Audio api on the msdn site offers what I need however I don't think / cant find this in the windows phone API's
Is this available to developers?
Obviously someone has access to this because I have seen some companies use it for credit card processors.
The audio APIs you'd need to do this are not included in the standard Windows Phone 8 SDK.
Other apps that are using functionality like this must be using other 3rdy party libraries or have [re]written the functionality themselves.