Crash Reporting: Apteligent

Hello,

I have followed below link to integrate Apteligent to my project
http://docs.sdkbox.com/en/plugins/apteligent/v3-cpp/

I have created Account and i can see information on Apploads only.
Crash report count is 0.

Is there any additional setting require to other than above tutorial.

Anyone succeeded with Apteligent crash reporting??

Thanks in Advance
Gurudath

No yet, but I am planning to try it out. Have u tried their sample app: https://github.com/sdkbox/sdkbox-sample-apteligent?

You can create a crash and see the count updates.

@ccrock,

I have looked into sample project from GitHub. By using that reference i have implemented Apteligent feature.

@nite, I have made Random crash to check crash report.

I have considered this statement also:

When testing crash reporting, be sure to disconnect the Xcode debugger. The debugger will hit a breakpoint before a crash actually occurs, which prevents Crittercism from detecting a crash. To detach the debugger, hit the “stop” button in the upper left hand corner of Xcode. Next, go to your device or simulator, and open the app manually. Now you should be able to test crash reporting without Xcode interfering. 

Still am not able to see Crash report.