I want functionality in my app which will show the user how the push will look like.
So I want to show push notification and play sound from app code and even without internet connection.
Is it possible?
I want functionality in my app which will show the user how the push
Share
Does using a Local Notification help at all? This is similar to a push notification but doesn’t need a server.
Other than that you can do it yousefl but you would have to do all of the drawing code!