First of all, I have to say that I am not interested in publishing in the appstore, but at the same time I am not interested in jailbreaking my phone.
I want to experiment with code execution in the background, so I'd like to write a simple application that periodically logs my battery level and my position, let's say every 10 minutes. I don't want to schedule local notifications, so to my understanding, this would only be possible (?) going the 'Pastebot way'.
Can someone please give me more information about that? If I want to test it, will I have to schedule a timer and properly configure my audio session? Or, in other words, I don't understand where my "background executing code" should be placed. Any help/information highly appreciated!