DEV Community

Discussion on: iOS 13: launchOptions always nil? This is the reason & solution

Collapse
 
nemecek_f profile image
Filip Němeček

Hi! Maybe it is hidden in connectionOptions.userActivities? But I havent used this personally. Kind of frustrating that Apple does not document this better.. I would expect some info in the docs but no - developer.apple.com/documentation/...

Collapse
 
dksmarttech profile image
dk-smart-tech

I'm coding right now as we chat here! I'm going with a workaround: I don't care the location key is nil or not every time the app is launched I do operations that I need. And I control it with an if-case and decide whether to actually do it nor not!

Very frustrating. I'm sure many apps are relying on the launch options!!

I will update here by the end of the day, what I end up doing.