I have implemented UIlocalNotification
method using the link
Adding Local Notifications With iOS 4
in my app my requirement is that
in notification alert we need to have only "Show me"
button which opens the app by default,
we need to force the user to open the app when notification , So there must no close button in the notification alert.
only one button that too Show me must opent the app
how?