tags:

views:

90

answers:

2

Is there Hidden API that enables emoji?

Is there a hidden API that allows writing outside our app's sandbox secretly without detection?

HOW?! This is really baffling!

A: 

No, there isn't.

AlBlue
A: 

My guess is that they use NSUserDefaults' -persistentDomainForName: and -setPersistentDomain:forName: to set a global user default (in NSGlobalDomain), though I'm not certain.

Wevah