Now that MonoTouch appears to be in the clear on iOS... It sounds like C# is going to be a viable language for 3 major mobile platforms this Fall. Windows Phone 7 supports C# by default. MonoTouch brings it to iOS and MonoDroid takes it to Android. It sounds like there will be some really neat opportunities to reuse C# libraries across all three platforms, while dropping a native platform UI on top of them.
Having programmed in C, C++, C#, Java and JS (if scripting counts) I applaud this. I have tried to get used to Objective-C but after using C# for the past 4 years or so, it just seems uncomfortable with me (probably a personal bias that cannot be generalized). I was considering developing my startup's first mobile app in Android since I did not want to touch Objective-C and go with an iPhone Web Page. Considering the…
Apple Relaxes iOS Restrictions On Development Tools, Publishes Review Guidelines
151–160 of 240 posts
Re: Apple Relaxes iOS Restrictions On Development Tools, Publishes Review Guidelines
#152Re: Apple Relaxes iOS Restrictions On Development Tools, Publishes Review Guidelines
#153Re: Apple Relaxes iOS Restrictions On Development Tools, Publishes Review Guidelines
#154my guess is the FTC investigation into Apple's practices got them nervous. better to just cave than deal with anti-trust issues: http://voices.allthingsd.com/20100611/ftc-to-investigate-app...
My guess is that only Apple knows why it changed the rules, but that anyone who can do a Google search can (a) read up on what antitrust means and (b) observe Apple's non-commanding share of the mobile market.
They may have a non-commanding share of mobiles, but they have a total monopoly on iPhone apps.
Re: Apple Relaxes iOS Restrictions On Development Tools, Publishes Review Guidelines
#155So, how about all those people that were supporting apples' right to run their app store the way they see fit and who said that there is no point complaining about it? I think this proves that complaining about stuff like this is well worth the effort, assuming that that - and not some backroom pressure - is what caused them to back off. They mention it in their release so I figure it must have been a major factor. e…
There are a lot of items worded like this: > Apps that do not use the MediaPlayer framework to access media in the Music Library will be rejected That sounds like apps that don't access the Music Library at all will be rejected.
Apps that access media in the Music Library, without using the MediaPlayer framework to do so, will be rejected.
Re: Apple Relaxes iOS Restrictions On Development Tools, Publishes Review Guidelines
#156Earlier quoted context omitted.
My guess is that only Apple knows why it changed the rules, but that anyone who can do a Google search can (a) read up on what antitrust means and (b) observe Apple's non-commanding share of the mobile market.
True, but we're starting to live in a slightly weird world where once you buy a particular product which is a gateway to other products and services, the manufacturer is dictating in a very megalomaniac way on how you spend your money. And commanding huge sums from utterly controlling that marketplace. Like the XBox and iPhone. They may have a non-commanding share of mobiles, but they have a total monopoly on iPhone…
Fortunately, this simply isn't how antitrust law works.
Re: Apple Relaxes iOS Restrictions On Development Tools, Publishes Review Guidelines
#157Well, I've spent the last six months learning the shitiest language and libraries with the most backwards arse tools. What a total waste of my time. Can't decide whether I'm furious at this loss of time and destruction of my competitive advantage, or deliriously happy at the thought of being able to use proper tools like Resharper and IDEA. I suppose the fact is I still have a competitive advantage. I have one client…
Re: Apple Relaxes iOS Restrictions On Development Tools, Publishes Review Guidelines
#158Wait, so does this mean Apple doesn't have a problem with a 3rd-party framework becoming the preferred API for iOS development? How does not allowing apps that download code prevent this? Also, does this mean you can't download JavaScript from an external web page in your app?
Apparently Javascript is given an explicit exception.
Re: Apple Relaxes iOS Restrictions On Development Tools, Publishes Review Guidelines
#159Well, I've spent the last six months learning the shitiest language and libraries with the most backwards arse tools. What a total waste of my time. Can't decide whether I'm furious at this loss of time and destruction of my competitive advantage, or deliriously happy at the thought of being able to use proper tools like Resharper and IDEA. I suppose the fact is I still have a competitive advantage. I have one client…
This will continue to happen. And just because the tools are allowed doesn't mean that their output is allowed to be below standards.
> Time to get Java installed on the iPhone.
You mean, a static Java to arm-apple-darwin compiler? It's not possible to run a JIT interpreter (HotSpot+Zero) on iOS.