macdonst / TelephoneNumberPlugin

67 stars 41 forks source link

Error in ios #8

Closed ericfong closed 9 years ago

ericfong commented 10 years ago

Got

ERROR: Plugin 'TelephoneNumber' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.

and

[CDVCommandQueue executePending] [Line 158] FAILED pluginJSON = [ "TelephoneNumber529414938", "TelephoneNumber", "get", [

] ]

When I try to get phone number in ios simulator. It stops the whole program. I wrapped the get function in try and catch block, still cannot prevent the Error.

Anyway to work around that.

Sorry for my bad english and Thanks

dbaq commented 10 years ago

hey @ericfong, this plugin works only for android, it's not compatible with iOS.

ericfong commented 10 years ago

Oh. Thanks