I am looking to develop an alarm clock for iphone. But i came to know that i can't run application in the background. So is there any other way to do that job.
Please help me cause i'm in serious problem.
Thanks in advance
Is it possible (on iPhone/iPod Touch) for a file written like this:
if (FILE* file = fopen(filename, "wb")) {
fwrite(buf, buf_size, 1, file);
fclose(file);
}
to get corrupted, e.g. when app is forced to terminate?
From what I know fwrite should be an atomic operation, so when I write whole file with one instruction no corruption should occure. I could not find any information on the net that would say otherwise.
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
There are three major frameworks for iPhone audio :
AVFoundation Framework
CoreAudio Framework
OpenAL Library
And in turn CoreAudio Framework has
AudioToolkit Framework and
AudioUnit Framework
Is this correct?
Suppose I import AVFoundation Framework into my project and it in turn needs a feature which is provided by CoreAudio Framework.. Can it internally access the features of CoreAudio without importing CoreAudio framework into my project?
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
I am writing an iPhone application to apply filters to audio input and output the result in real time.
I am new to audio processing but using audiounit, the correct approach?
I found out how to output data using audiounit but couldn’t figure out how to capture input audio.
Is there a sample application showing how to connect input and output using audiounit?
I'm trying to format an UITextField as user types text, for instance to show separator for thousands.
I found this web page : http://www.iphonedevsdk.com/forum/iphone-sdk-development/16512-trying-add-commas.html
It seems that shouldChangeCharactersInRange: is not a good solution. I thought of a custom UIView where the view would be updated as the user types digits, yet it would require recreating the wheel...
I've made a hundred of screenshots from iPhone thru Organizer but it looks like the only way to get actual files is by clicking on each screenshot and saving it. Is there any place on my Mac I can have them all? They are definitely stored somewhere -- all are listed in OrganizerScreenshots.
Hi All,
I have tried FBConnect for iPhone and am able to create/manage sessions and upload pictures successfully. What I can't sort out is, how to create and edit notes.
The Facebook documentation says that notes.create query takes three arguments:title, content and uid. It seems I am unable to form the right request for the required query.
Please help me on this. Thanks in advance.
HI,
Do anyone has idea of specific private api's required for accessing the sms, calendar, notes, photos, videos, and all the datas stored internally from the iPhone. I dont want to jailbreak my device. So i cant access their respective .db files . Any help will be greatly appreciated.
Best Regards,
Mohammed Saiq.
That's the question xD
Given an instance of a CCSprite in cocos2d in iphone, what method can I use to obtain the image width and height?
Thanks!
Manuel
hi All Guy,
I'm new member of iPhone programming. i want to write app with CoreLocation and Mapkit API.
I found and added pin to current location. So far, i want to draw the circle around my location, but i didn't do that.
I'm waiting the helping from all of you.
Thanks a lot!
SinhNguyen
hi all i am new to cache strategy....i would like to know how to increase the loading speed of web pages in iphone application... using cache strategy...its fine to have a response with sample code....
advance thanks.
with kind regards
venkat
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!
Is storing secret keys (internal use passwords and such) on iPhone source code and project resources (such as plist files) secure?
Obviously nothing is 100% secure, but can this information be extracted easily from an installed app?
How do you recommend storing these keys to use them in the source code?
Just in case, this question is not about storing user passwords.
I understand Flash CS5 isn't the best way to make an app, but I'd really like to test out the apps I've made with it on my iPhone. Has anyone come up with a way to modify Flash CS5 so it doesn't require a Developer Certificate or Provisioning Profile (like the way you would modify Xcode so you can compile apps without paying $99 for the developer program)?
I'd really appreciate it if anyone could provide some help. Thanks in advance.
Has anyone had any luck integrating Twitpic's new OAuth Echo authentication into their iPhone application? This seemed to be a simple task but it's not getting done. I keep getting 400 or 401 errors.
This is also being discussed here:
OAuth Echo problems
p.s. I'm using Ben Gottlieb's Twitter-OAuth library.
How do you determine (programatically) if an iPhone/iPod is:
Jail broken
Running a cracked copy of your software
Pinch Media can detect if a phone is jail broken or the software running is cracked, does anyone know how they do this? Are there any libraries?
My website renders well on the iPhone/Safari browser, with one exception: My text input fields have a weird rounded style which doesn't look good at all with the rest of my website.
Is there a way to instruct Safari (via CSS or metadata) not to round the input fields and render them rectangular as intended?
I've got a couple of wav files and possibly a mp3 that I'd like to mix to a single wav or mp3-file. I'm using C/C++/Obj-C (iPhone). I have really no experience with this sort of thing. If anyone could give me some pointers, I would be very grateful.
Thanks.