[AC-940] Trying to integrate IOS native module in Titanium App , App crashes
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Not Our Bug |
Resolution Date | 2015-09-30T00:50:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | ios |
Reporter | Jyoti |
Assignee | Shak Hossain |
Created | 2015-04-01T17:12:35.000+0000 |
Updated | 2016-03-08T07:37:15.000+0000 |
Description
Problem :
We were using google distance matrix api to calculate driving time between two locations , but result didn't match with the driving time on imaps on ipad.
we figured out : we need a IOS native module which will use MAPKIT library to
calculate driving time between two locations on imap.
we are able to calculate time accurately on native ios . Module is working fine natively . On native ios code , we are using fireEvent to send output to Titanium App . we added event on module object in Titanium App,
But issue is : when module is firing event , Titanium App crashed with error :
[DEBUG] Session did end with error (null)
Can you please help if we are missing something or guide us to find an alternative?
[~jyotigupta275] you can ask in [community Q&A](http://community.appcelerator.com ) for help