Skip to content

Integrate Crashlytics

JinlianWang edited this page Aug 26, 2014 · 3 revisions
builduser="[build user name]"
if [ "$builduser" = "${USER}" ]; then

//read crashlytics key from a config file

./Crashlytics.framework/run $CrashlyticsKey
fi
  • Read crashlytics key from the same plist file and call [Crashlytics startWithAPIKey:crashLyticsAPIKey] in the app delegate.

Clone this wiki locally