Posts

Post not yet marked as solved
0 Replies
114 Views
Hi, I am developing an MDM app. The company is registered as an enterprise account, and we do have a working MDM app. Now I was asked to add handling the list of installed application, and reporting them to the server. Searched, but can't find a function (framework) to call to get a list of installed apps on the iPhone device. Thx
Posted
by takephone.
Last updated
.
Post not yet marked as solved
1 Replies
1k Views
Hi all,In my app, I have a server that I upload wav recording to (encoded as base64). The server saves them in a db, and exposes a service to get the files back for playing. Eventually I have a web link in the form of "https://www.myserver.com/FindSoundFile?id=<GUID>"So I send this link to my users in an SMS or TEXT message:"Hi, I sent you a voice message, to hear it click this: https://www.myserver.com/FindSoundFile?id=<GUID>"When the recieving person taps the link on his/her phone, the link is opened using the device browser, which calls the server, the server in response streams the wav file back.On android this causes the wav recording to be played by any installed music player.On iPhone - it used to work, but now it just shows an error screen.Can anyone help here?Thought it was a "content-type" thing, but tried "audio/wav" and "audio/x-wav" to no avail...Thanks!Shimon
Posted
by takephone.
Last updated
.