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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -