timanrebel / HockeyApp

Appcelerator Titanium module wrapping the HockeyApp SDK
25 stars 19 forks source link

Data not being reported up to HockeyApp server #1

Closed ksouthworth closed 10 years ago

ksouthworth commented 10 years ago

I am trying to integrate the module into my iOS Titanium application, but I'm not seeing any data being reported when a crash / exception occurs.

I do see this in the XCode console:

: [INFO] [object NlRebelicHockeyappModule] loaded Jun 23 16:51:11 : [ERROR] Application received error: FOO EXCEPTION Jun 23 16:51:11 : [HockeySDK] WARNING: HockeySDKResources.bundle is missing, will send reports automatically! Jun 23 16:51:11 : [HockeySDK] WARNING: HockeySDKResources.bundle is missing, make sure it is added! Jun 23 16:51:11 : [HockeySDK] WARNING: HockeySDKResources.bundle is missing, built in UI is deactivated!
timanrebel commented 10 years ago

Hey @ksouthworth,

Regarding the issues, I will release a new version of the module today that should solve that. In the meantime you can download the HockeySDKResources.bundle file from the Vendor directory and put it in the platform/iphone next to your Resources directory.

Regarding data not being sent, could you have a look at:

ksouthworth commented 10 years ago

Thanks for the reply, I'll check those three things