Beacon details from terminated state

Hi, We are working towards evaluating using Estimote Beacons for our iOS application.
I was able to integrate the Proximity SDK and monitor beacons for entry exit events, when the app is in Active or Background mode.
The app is also Awakened/Restored from a terminated state as per the scenarios mentioned here.

The roadblock I am facing is when the app is awakened from terminated state, the app lifecycle delegate didFinishLaunching is called,
but the launchOptions: dictionary is nil, same is the case for scene delegate connectionOptions:

Our requirement is to show a notification with the Beacon’s details(attachments) that triggered the App from killed state, Can you let me know if this is possible and the best way to achieve this.

Looking forward to your inputs.