Page 1 of 1

What happens if I exceed my detections limit?

Posted: Thu Oct 18, 2012 1:33 pm
by dennis-tvsc
Hi,

What will happen if I exceed my allowed number of detections?

I'm using the PHP code, will my call to MyWurfl::get() throw an exception or just return false?

I'm hoping it won't happen, but I'd like to ensure my code handles it cleanly.

Thanks.

Re: What happens if I exceed my detections limit?

Posted: Fri Oct 19, 2012 10:33 am
by kamermans
The WURFL Cloud Client will throw a WurflCloud_Client_AuthException if you have exceeded your detections. You can use a try { } catch { } block to keep the exception from bubbling up to your application.

Re: What happens if I exceed my detections limit?

Posted: Fri Oct 19, 2012 2:12 pm
by dennis-tvsc
Great, thanks for your help. :D