문제

I use voice recognition in my app. Is there a way to notify the user on a relaunch after an initial start that voice recognition is on or can I turn it off on a relaunch? Is there a way to test for a relaunch?

도움이 되었습니까?

해결책

There are various methods to track the application lifecycle. You are probably interested in applicationWillEnterForeground:

See here for reference.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top