Search found 8 matches
- Wed Jul 15, 2009 3:17 pm
- Forum: Prowl
- Topic: No sound on notification but still vibrate - possible?
- Replies: 5
- Views: 2252
Re: No sound on notification but still vibrate - possible?
Does the iPhone APIs allow you access to the devices default tones? So if you sync a tone over (using garage band or iToner ect) you can use that tone in the alarm application for example and as such could be used in Prowl? Not sure if that's a possibility, don't even know if you can set default ton...
- Sun Jul 12, 2009 12:04 am
- Forum: Prowl
- Topic: ProwlPHP - API Key Authentication
- Replies: 2
- Views: 2380
Re: ProwlPHP - API Key Authentication
Don't normally do this but felt it needed a mention. Those using a previous version of ProwlPHP are advised to update the class file to the latest version (0.3) due to changes in the API to accommodate request limits. Anyone using v0.2.x may of noticed one push notification resulted in two API reque...
- Sat Jul 11, 2009 5:18 pm
- Forum: Prowl
- Topic: API Changes
- Replies: 48
- Views: 166002
Re: Third-party API
Oh right! My apologies, I had missed that bit. Thank you!
- Sat Jul 11, 2009 4:58 pm
- Forum: Prowl
- Topic: API Changes
- Replies: 48
- Views: 166002
Re: Third-party API
Lol, no no I wasn't asking if verify was required, it most defiantly is. It's just the API remaining requests amount is decreased by one when you call verify and then another for each push that is requested. I just wondered, and thinking about it now it was a silly question, but considering the veri...
- Sat Jul 11, 2009 4:40 pm
- Forum: Prowl
- Topic: API Changes
- Replies: 48
- Views: 166002
Re: Third-party API
At this moment in time it seems to verify your API key to begin with counts as an API request and deducts one from your remaining amount. As verifying a key doesn't actually send anything to Apple (though it of course involves the Prowl server doing some work) is this something that will stick aroun...
- Fri Jul 10, 2009 4:04 pm
- Forum: Prowl
- Topic: New line with PHP script?
- Replies: 7
- Views: 5053
Re: New line with PHP script?
It sure does! Cheers Zac! 

- Fri Jul 10, 2009 3:23 pm
- Forum: Prowl
- Topic: New line with PHP script?
- Replies: 7
- Views: 5053
Re: New line with PHP script?
Is there any updates on this issue? If you attempt to send line breaks via the sites 'Add Notification' page the same issue applied, not sure if that's just APNS again or the page code.
- Thu Jul 09, 2009 2:15 pm
- Forum: Prowl
- Topic: ProwlPHP - API Key Authentication
- Replies: 2
- Views: 2380
ProwlPHP - API Key Authentication
Having only found Prowl yesterday I find myself already thoroughly enjoying it's endless uses! One thing I'm looking forward to using Prowl with is PHP so I put ProwlPHP together this morning using ProwlPy as a basic structure. I appreciate there's already Prowl PHP but I felt API key authentication...