xcode - How to get Lauch time of an ios application -


i'm new ios mobile testing. need launch time of ios application. how using java or there other way it. advise on helpful. in advance.

i don't think achievable in java since ios development in obj-c/swift. i'll answer question.

you can launchdate datetime.now start @ appdelegate application:willfinishlaunchingwithoption , finishloaddate datetime.nowon viewdidload method of first view controller shows. , compare these both dates track time difference.

this way can track time app clicked, till app launched.

hope helps!


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -