Actually, we did one music app in windows phone using silverlight frame work,after the completion of the application, the xap file is too large (600mb). So how to decrease the size of the application and we are using songs which is in our local folder.
Thanks in Advance.
Related
I'm developing a windows phone 8.1 app for a client. I need to show a demo to the client but without uploading to the Store. One way to show the demo is by recording a video using screen recorders. Is there any other way that can be used to do the same.
PS The client is not in my city. And he doesn't have a windows phone.
Any help will be appreciated.
Thank You.
I think you can send him the xap file,which can be run on a Windows Phone or a Windows Phone Emulator. So to run it on the emulator or the phone you need the Application Deployment Tool. You can download the tool from here https://www.microsoft.com/en-us/download/details.aspx?id=13890
to finish my app, I need something to load a txt file from computer to Windows phone 8.1 when USB is connected, in c# windows mobile app.
I found nothing related to this, and can't develop any code.
Hope someone can help.
You can use IsoStoreSpy, a very handy tool. Just select the device -> select the app -> upload your file into the Isolated Storage.
What are the reasons that prevent WP Silverlight app 8.1 from working on SD? Application don't even enter App constructor or Application_Launched.
Moving app from phone storage to SD card and vice versa is possible only if app was installed from storage package.
I am developing an Universal app capable of running on both Windows Phone and Windows. But initially I want it to be available to phones only because I have not made the Windows part of it. So how can I limit the target devices of this Universal app without creating a new app and without removing the Windows Code from it. I want it to be available to phones only for deployment. Can anybody give a solution?
Windows and Windows Phone apps are submitted separately to the Store. The process for submitting Windows apps is outlined here and for Phone here. So you can simply submit one without the other.
You can also stop building the Windows portion of the app using the Configuration Manager if you want to (to save time or avoid compilation errors you don't want to fix yet).
I am developing a windows phone 8 which fetches location even app is in background.
I want to give user some audible notification ( Specifically play an audio mp3 file) when app is in background? Is it possible? How can i acheive that?
You can realize this feature with using toast notifications for Windows Phone 8 with Update 3 (OS version number 8.0.10492). In that OS version you can add custom sound to toast notification. Sound files can be in WAV, WMA, or MP3 format, must be less than 10 seconds long, and must be stored in the app’s installation directory or local storage folder.
Using custom sounds in toasts on Windows Phone 8 Update 3