I have managed to get push notifications working but I have trouble on how to send notifications to specific users. Perhaps using a customer number or name etc. I don’t know where to even start. I have spent weeks reading hundreds of web sites and I can’t seem to work it out. These are just a few of the pages
Tag: objective-c
Uploading an mp3 to my (php based) web server from an iPhone app
I’m looking to upload an mp3 file from my iPhone app to a given php page. To do this I found the ASIFormDataRequest class. Now I made a piece of code in my app like so: However I can’t figure out how to put my NSURL which points to the mp3 inside this request. I have tried the above, but