java,android,api,crittercism,apiclient
I am a product manager at Crittercism. The developers.crittercism.com/v1.0/apps endpoint gives you a snapshot of the app data along with some other properties ( link to the apps tore, icon url etc) For your requirement you should use this endpoint developers.crittercism.com/v1.0/errorMonitoring/graph You use this to get retrieve the following metrics...
It's working now!! Figured out that the colon is not required after the clientID, removing that made it to work. But I bet what really made it to work, is probably the extra request header properties that I have added in. Anyways, thanks for your time people!
That dsym_upload.sh script does not belong in the app bundle as it's the script that is run as part of a Build Phase that is used to upload the debug symbols to Crittercism. Find the Build Phase that is copying it into the app bundle and remove it, however please...