I am trying to build an iOS app, where when the app enters background and the user brings it to foreground, I want to display a message like “Welcome Back”, Is there a way of doing that?
I have read about the UILocalNotification but that is not what I want.
I am trying to build an iOS app, where when the app enters background
Share
Yes, of course. For such kind of methods you should always look in AppDelegate.m file.
It has the default method:
Some of that kind…