Page 2 of 7
How to import an audio file into my app
Posted: Mon Mar 18, 2013 8:45 pm
by hotmatrixx
Thanks, Katya.
At least there is a solution out there. It's a pity that it's a work around, and I hope that this gets added. It's cool to see when an app dev is quick to fix issues. I'll have to figure this thing out soon... the hunt continues.... (I don't own a mac and xcode requires one.... that's a $2000 investment in this country...)
How to import an audio file into my app
Posted: Thu Jun 20, 2013 12:13 pm
by John5269257
Any update on this?
I'm building an android app that needs to ship with some mp3 files so the app can run offline - I have no experience with Eclipse, and it would be great just to add resources to the project in Appery
How to import an audio file into my app
Posted: Thu Jun 20, 2013 3:02 pm
by Kateryna Grynko
Hi,
Sorry, no updates. The feature is not implemented yet and I don't have the timeframe.
How to import an audio file into my app
Posted: Thu Jun 20, 2013 3:10 pm
by John5269257
Thanks for the response Katya.
How to import an audio file into my app
Posted: Wed Jun 26, 2013 5:27 pm
by Peder
This is a much needed feature, please put it as a top priority. Meanwhile could you provide a receipe on how to do it manually, step by step.
How to import an audio file into my app
Posted: Wed Jun 26, 2013 6:55 pm
by maxkatz
Steps to upload files manually?
How to import an audio file into my app
Posted: Wed Jun 26, 2013 7:39 pm
by Peder
Yes the steps involved to get audio to be part of the application, so that it can run offline.
How to import an audio file into my app
Posted: Wed Jun 26, 2013 7:52 pm
by maxkatz
There are no workarounds unless you export the app source.
How to import an audio file into my app
Posted: Sat Jul 20, 2013 1:34 pm
by David6064062
Hi
Firstly I think Appery is a great product, well done.
Audio Video offline, particularly Audio is needed.
Thinking latterly, could Audio/Video files be downloaded to the device using a REST service and the location they are saved to locally captured as local storage variables. You could then point the Video / Audio components at these local storage variables.
Would this work ?
If not, I would like to add my voice to having audio/video on device given priority in development.
Thanks
David
How to import an audio file into my app
Posted: Sat Jul 20, 2013 2:15 pm
by yodacom
I need that functionality too. Making files available locally is SOP for most apps. It suprises me that this is not a generally available option. The origional file can be pulled from a server when the app first loads but the app needs to place the files in the local storage for offline use.
Many things need to be used locally when someone is offline. How can we address this with appery.io?