xamarin - Is there any other way to initialize TwitterKit for iOS? -


we're trying troubleshoot crash production application. time time, ios killing app on startup 0x8badf00d error.

for specific case detected during testing, crash seems caused fabric initialization. use fabric twitter login.

according documentation, initialization should done on applicationdidfinishlaunching. if there 10 seconds delay initializing library, timeout, consuming of available time launch app before being killed.

since small amount of users sign twitter, want improve app startup changing how twitterkit initialized.

we found background initialization allowed. there official recommended setup approach apps having low use of twitterkit don't risk delay startup set up? can on demand when needed? should move twitterkit 3.0 , rid of fabric?

i can't discard twitterkit not blame... logs seems indicate main delay contributing crash related fabric's init because of failure reaching crashlytics endpoint getting fabric settings (https://settings.crashlytics.com/etc/etc..).


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -