Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMatthew Lee
6,715 PointsHow to make an mobile app with mp4 file lighter?
Hi, I'm making a mobile app and I have a mp4 file that plays in the background when users are logging in.
However, the mp4 file takes up a lot of space making the app heavy and requiring wifi connection if a user was to download the app.
Is there a way to resolve this issue? any ideas or suggestions would be much appreciated.
Thanks!
1 Answer
Jeff McDivitt
23,970 PointsCreate a .wav file and add it to your project play it by importing import AudioToolbox in your swift file
Matthew Lee
6,715 PointsMatthew Lee
6,715 PointsThanks Jeff! I'll give that a shot.