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.now
on 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
Post a Comment