10-04-2012 03:11 PM
How do we implement a EULA screen to pop up at the beginning of the application?
Does the Blackberry App World do this for us automatically, or do we have to implementation ourselves?
10-05-2012 04:52 AM
Check out:
https://developer.blackberry.com/html5/documentati
10-05-2012 07:48 AM
Bear in mind that the "license element" is not available on PlayBook. on that platform you have to manually display the EULA.
10-05-2012 11:33 AM
Thank you.
I placed it into my config.xml, but nothing seems to happen.
<widget xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns="http://www.w3.org/ns/widgets" version="1.0.0" rim:header="RIM-Widget:rim/widget">
<name>Name</name>
<license>Test.</license>
...
</widget>
Wouldn't this work?
10-07-2012 01:43 PM
I'm assuming thats not your actual config.xml, because that sample won't work.