¡@

Home 

2014/10/15 ¤U¤È 10:12:32

iphone Programming Glossary: penalties

Does my application “contain encryption”?

http://stackoverflow.com/questions/2135081/does-my-application-contain-encryption

that products containing encryption be properly authorized for export. Failure to comply could result in severe penalties. For further information click here. Does your product contain encryption I use https but only via NSURLConnection and UIWebView.. My reading of this is that my app doesn't contain encryption but I'm wondering if this is spelled out anywhere. Severe penalties doesn't sound pleasant at all so I think that's right is a bit sketchy... an authoritative answer would be better. Thanks...

Arbitrary Attributes in Core Data

http://stackoverflow.com/questions/3561936/arbitrary-attributes-in-core-data

Is there a way to reverse engineer an Xcode project from a .app file?

http://stackoverflow.com/questions/7322996/is-there-a-way-to-reverse-engineer-an-xcode-project-from-a-app-file

Is it possible to use only region monitoring + GSM and to get not more than 5 km horizontalAccuracy?

http://stackoverflow.com/questions/8034201/is-it-possible-to-use-only-region-monitoring-gsm-and-to-get-not-more-than-5-km

then app stops significant and starts standard location. Seems like apple docs are quite vague it's unclear what penalties horizontalAccuracy do we get if we use only region monitoring or do we have always to use all three methods 3 Apple docs..

To ARC or not to ARC? What are the pros and cons?

http://stackoverflow.com/questions/8760431/to-arc-or-not-to-arc-what-are-the-pros-and-cons

number of ObjC exceptions you're using them incorrectly. This is fixable using fobjc arc exceptions but it incurs the penalties discussed below ARC will not leak memory during ObjC or C exception throws in ObjC code but this is at the cost of both..