ios9 - iOS 9 iphone 6s Application stuck at didFinishLaunchingWithOptions due to Hockey and Flurry -


i using flurry analytics , hockey. set in didfinishlaunchingwithoptions.

[[bithockeymanager sharedhockeymanager] configurewithidentifier:@"67905f839393846c26d406894437830e"]; [[bithockeymanager sharedhockeymanager] startmanager]; [[bithockeymanager sharedhockeymanager].authenticator authenticateinstallation]; [[bithockeymanager sharedhockeymanager].feedbackmanager setfeedbackobservationmode:bitfeedbackobservationmodethreefingertap];    // activate flurry [flurry setcrashreportingenabled:yes]; [flurry startsession:flurry_key]; [flurry setuserid:[helpers getuser]]; 

i don't know why stuck when try register. using flurry , hockey in other app okay. how shall do?

just update flurry sdk. it's fixed in newest version


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -