I have implemented ray's awesome tutorials on apns, every thing is working fine, now i have a requirement that the message of push notification will contain a web url, and i have to get that url, the format will be that first there will be a text message in the notification and at the end the url will come, for example, a sample notification message can be
"Hi, Every one Plz. check this video. http:\designers99.com\video\abc.mp3"
now the first text message can be different from this and its length can also be varied so i cant get the substring of url using string index, my requirement is to break that message and retrieve that url from it, plz. guide me in this thanx and regards Saad.