• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Showing a popup message when iOS app stops working

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am leading a team of software developers and we are developing a mobile App which is presently targeted on both iOS and Android mobile devices. In Android, when the App is not responding, a popup message is displayed (Refer screen shot in the URL below).

http://postimg.org/image/4hr48vf69/

The Android developer informed me that its a built in feature of Android and he did not write any code to show this message. Our iOS developer told us that when an iOS App is not responding, iOS does not display any message and control goes directly back to the home screen of the phone. Also he does not know how to trap that notification to show a similar popup message. We want to maintain consistency of functionality between Android and iOS Apps. Could somebody help me in knowing how this can be done in iOS.

Thanks for your help.
Mahesh
reply
    Bookmark Topic Watch Topic
  • New Topic