https://reviewtimes.shinydevelopment.com
It depends, but this site does a great job of collecting the data from developers on Twitter.
https://devforums.apple.com/thread/165537?tstart=0
Any help appreciated! (Apple Developer login required)
I'm currently working on a little project for the Mac App Store. The app does a bit of cross-scripting with iTunes, so to make sure that everything's kosher with Apple's Sandboxing rules, I enabled the com.apple.security.temporary-exception.apple-events
entitlement with a value of com.apple.iTunes
.
And… nothing worked.
After about half an hour of stressing out, Googling, and ultimately failing to find a solution, I tried entering com.apple.itunes
(note the lowercase).
It worked.
So, entitlements values are case-sensitive, and apparently all lowercase! I didn't see this mentioned in any docs anywhere (that's not to say it isn't — UPDATE: Yep, it's mentioned in the docs *facepalm*), so hopefully if you stumble across this while Googling, it might save you some time and hair.
https://github.com/appsandwich/UIImage-ASImage
Last week I discovered that it was possible to load unbundled images using the iOS [UIImage imageNamed:] method:
Interesting. I didn't know that you can use [UIImage imageNamed:] (and its caching benefits) for non-bundled images: https://stackoverflow.com/a/2324544
I've since created a UIImage category that allows you to easily drop in the code into any project - available here on Github.
https://github.com/appsandwich/NSURLConnection-Compatibility
A dirty hack, but it seems to work OK. Use at your own risk… ;)
https://stackoverflow.com/a/3647187
Super-handy script.
I just filed a bug report with Apple: