12

On iOS 7.0 and below, SBFrontmostApplicationDisplayIdentifier from the Springboard framework specified the app running in the foreground, but that capability has been blocked (considered as a vulnerability, see the Common Vulnerabilities and Exposures page dedicated to it here) in iOS 8.

Does anyone have an iOS 8 alternative for this?

Brian
  • 14,610
  • 7
  • 35
  • 43
Besufekad
  • 141
  • 10

1 Answers1

2

It is not possible to do it on iOS 8 since a vulnerability was discovered. More info here: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4361

Jorge
  • 1,066
  • 8
  • 16