ios - Crashlytics : stuck on "Verifying Installation..." step -
i want use crashlytics on application. followed every step i'm stuck on "verifying installation..." step.
what problem ?
setdebugmode = yes
set below code before [fabric with:@[ twitterkit ]]; if applied twitter kit. or can past below code in didfinishlaunchingwithoptions.
// swift crashlytics().debugmode = true fabric.with([crashlytics.self()]) // objective-c [[crashlytics sharedinstance] setdebugmode:yes]; [fabric with:@[[crashlytics class]]];
now build , run app , check fabric ui window, move ahead complete screen.
Comments
Post a Comment