I'm making a sound for the iPhone and I'm interested in adding background music and background sounds.
Is CoreAudio right for the job?
And if so, how do I use it?
The appstore does not allow your app out of a sandbox or allow it an interpreter.
But is there any issue with distributing open source apps that run arbitrary code, and let iphone developers install them on their own development devices using xcode itself ?
Also, is there anything you can not do with xcode that you may be able to do with ssh after jailbreaking ?
The appstore does not allow your app out of a sandbox or allow it an interpreter.
But is there any issue with distributing open source iphone apps that have scripting capabilities ?
I have UIView and UIController view. My is standard 320x460 view. In applicationDidFinishLaunching I do
[window addSubview:[controller view]];
What is weird, UIView goes under the status bar (like there's missing outlet). However, if I rotate iPhone to the side and then back, it shows up ok.
Is this an expected behavior (I bet I can ix it by setting offset) or am I doing smth wrong?
Hi, I'm using UIWebView on the iPhone to display EPUB content, but I'd like to simulate the page flipping 'experience' (display an animation of the page folding over) and then scrolling the content in my UIWebView down by the area of one screen -- effectively turning a page in reflowable non-paginated content. Should I stop dreaming, or would this be possible?
I am trying to do a simple build automation of my iPhone apps with TeamCity, but having this nagging issue..
When I manually pickup and install .app file from the build folder it works great (syncs smoothly with iTunes and I can see the app on my phone)
But when I try to zip this with /bin/zip or ditto...then the zipped contents loose the CodeSigning (iTunes says that it cannot install this app because its not signed)
I have tried different combinations of these..
ditto -ck --rsrc --keepParent HelloWorld.app HelloWorld.zip
Any more ideas?
i have iphone project based on tabbar template . want to convert it to ipad,
final output i want is to move tabbar inside a splitviewcontroller .
How to go about?
Hi
I want to know how to find nearest restaurant using mapkit in iphone sdk?
I want to display current location of user and then want to display restaurant near tht location...
if neone have idea please help me in this
Thanks
nir
Take a look of this image: http://imagebin.ca/img/b-W91wDU.png
I have some CGPath like the image 1 and I would like to know how I can create an inner shadow effect like the image 2
I'm working with objective-c and Core Graphics
iPhone SDK: 3.2
Hi,
I try to retrieve the Bluetooth (Network) adress on the iPhone within an App but i couldn't find a way how to do that :(
Does someone has an idea or hint? That would be great because i stuck for a long time...
Cheers, Lars
Hello,
It is possible to change iPhone settings from an application?
I want to change settings like enable/disable WIFI, enable/disable vibrations, change ring tone, enable/disable bluetooth, call forwarding, mail accounts, etc. I want to be able to change all settings programmatically. I would appreciate some sample code.
Thanks for any help.
hi, i tried to install apache and php on my iphone(i actually did it), i've installed apr,apr-util and Apache BossPrefs Switch from Rock than i tried to acces the server(127.0.0.1 from safari) but i get en error(server couldn't be found). When i'm trying to switch on Apache in BossPrefs it looks like is on but still doesn't work and when i come back to BossPrefs Apache looks like is turned off. What am i doing wrong? is there another thing that i should install? thanks
Using the accelerometer output, how do I determine if the user (iphone mounted on waist) is walking?
Looking for a good algorithm to determine if the user is walking to determine activity transitions- standing-to-walking or walking-to-standing.
please help.
Thank you for your time.
Hi
is there a way to get sine and cosine of a value in sqlite query in iphone sdk? when ever i tried to use sin() in my query sqlite reported that no such function exists.
Any help would be much appreciated!
Thanks
Saurabh
I'm using the FBConnect library for the iPhone. I successfully log in, retrieve the user account's name, and the list of his friends. However, I haven't yet found a piece of code that shows how to retrieve/download the profile image for the user himself, and his FB friends. Any help or snippet to share?
Hi guys,
In the Apple docs it says that
JavaScript execution time is limited to 10 seconds for each top-level entry point.
If your script executes for more than 10 seconds, Safari on iPhone OS stops executing the script at a random place
I plan to have some Javascript run every 10 seconds or so that will do an AJAX query to the server and rewrite just the section of the page necessary. Will this be possible with these restrictions on the device?
Hi there,
I've played a little bit with OpenAL, and I must say that it's pretty fast, even on the iPhone.
However, I still got one problem.
My app is recording the user voice, and repeats what he said using OpenAL.
I've modified the AL_PITCH value, but it's currently also changing the speed, which I don't want to !
Is there a simple way to only change the tonality ?
Thanks ;)
Hi,
I am newbei in creating such piano based UI application.
I am developing an application in which i have to use Piano.
How to create piano UI in Iphone?
How to create it using Interface builder ? or is there any other way to create the piano?
I am in urgent need to create such UI,If any body has any solution or any useful code or any Link,which would be appreciated.
Thanks,
Niraj
Hi All,
I have Developer's License(by paying $99 during registration) and tested my iphone App on my real Device which is working fine. Now i want to submit my App into App Store as free to access by all. Please, anyone Guide me how can i go further.
Thanks in Advance,
Anil
Hi,
I was wondering if there is a way to split jQuery into multiple files, i.e.
jQuery-1.4.2_part1.js
jQuery-1.4.2_part2.js
jQuery-1.4.2_part3.js
...and so on.
The reason I want to do this is because the iPhone doesn't cache assets larger than 25kb and I really need jQuery to only be downloaded once.
If you think there are other workarounds for this I am considering all options right now.
Thanks,
Marko
With the standard share at http://www.facebook.com/sharer.php one only needs to specify a URL. Title and thumbnail are automatically pulled from the web page (perhaps with the help of meta tags).
With Facebook Connect (I am using the iPhone SDK), I need to supply everything explicitly (URL, title, caption, description, images, etc.).
Is there a way to emulate the "share" behavior with Facebook Connect, i.e. let Facebook pull the missing elements from the page being shared itself?
Hey there,
I'd like to open a UIWebView in a neat box in front of my iPhone. I've seen this done by Facebook Connect, when it opens the sign in page for Facebook. Does anyone know how to achieve this?
Thanks,
Tristan
Hello guys
I want to use "Custom URL Scheme" to transfer data from application to other application in iPhone.
Can I ask: How big data can we transfer from app to app?
Thank you!