08-02-2012 09:52 PM
Hello everyone,
I have read alot but this is my first time of posting here. Pls i will appreciate if you can respond to it promptly.
i get this error blackberry.identity [undefined] is not an object and the line is
NIRPhone.phonenumber = blackberry.identity.phone.getLineNumber();
NIRPhone.pin = blackberry.identity.PIN;
i have tihs already in my config file as
<feature id="blackberry.identity.phone" required="true" version="1.0.0"/>
<feature id="blackberry.identity" required="true" version="1.0.0"/>
I dont know what is wrong, this work fine in ripple.
Also the menu did not show on simulator but show on ripple.
Thank you.
08-03-2012 01:35 AM - edited 08-03-2012 01:36 AM
afriprog wrote:Hello everyone,
I have read alot but this is my first time of posting here. Pls i will appreciate if you can respond to it promptly.
i get this error blackberry.identity [undefined] is not an object and the line is
NIRPhone.phonenumber = blackberry.identity.phone.getLineNumber();
NIRPhone.pin = blackberry.identity.PIN;
i have tihs already in my config file as
<feature id="blackberry.identity.phone" required="true" version="1.0.0"/>
<feature id="blackberry.identity" required="true" version="1.0.0"/>
I dont know what is wrong, this work fine in ripple.
Also the menu did not show on simulator but show on ripple.
Thank you.
Is your post referring to the BB OS5+ or to PlayBook/BB10? As of PlayBook/BB10 did you set the permissions in your config.xml as explained in the docs here: https://developer.blackberry.com/html5/apis/blackb
Regards.