No one is going to own up to any published App with the level of hostility you've been showing contributors.
If I said what my Apps were I'd fully expect some 1 star reviews to pop up tomorrow on my radar and I'd have a pretty good idea of who and why.
I don't know what you've been smoking, dude, but you clearly aren't an App developer if you think limiting your labor to 55% of iOS users is sensible.
You've been telling folks on here they aren't any good as developers because they are supporting 2 iOS versions.
That actually takes more work, more development experience, skill and know how that supporting just 1.
"Doing a great app for 55%"....? Eh?
A great App requires a great idea and excellent execution. Not a whole new suite of new API's.
So unless your App is targeting new software or hardware features from September you don't need to limit your App to iOS8.
You just want to bully users, still on iOS7, into upgrading.
Just as you've been posting bullying comments on this forum.
Polemic isn't:
To my post:
or "nomore" 's post:
or "G4DP" 's post:
or "CFreymarc" 's post:
Be a sweetie and be nice to the other folks on here.
Stick to the facts and stop beginning your statements with put downs.
Get someone to give you a hug too, I think you need one.
My view on "Proline" is he (and yes it is a "he") is typically of newbies into the developer scene. They make the mistake the most publicly promoted technology is where the market goes and hops on the band wagon. Anyone else that casts doubt of the song the band's playing gets harsh criticism.
Developers are a critical bunch where aesthetics takes a backseat to function. When in the Apple camp, that is a tough branch to walk on around very aesthetic driven marketing types.
From my industry experience, here is my guess on who Proline is:
1) Developer with less than four years experience on the iOS
2) Moved into coding as a second phase of their career with an initial background in either marketing support or technical support.
3) Has moved from a large company of over a thousand people to now small group efforts where his ad hominem comments backfires hard and quick.
4) To dwell further, a recent significant loss in his personal life be it loss of a family member or a close friend; it could have led to fiscal loss resulting in the change in career.
5) The one at parties who laughs when someone expressed a recent problem or tragedy.
6) Owns a cat. (I have reasons for this one.)
This guy is definitely no Voice of Reason.
----------
You aren't much of a developer if you don't appreciate the benefits to devs of iOS 8- universal storyboards for iPhone / iPad, adaptable UIs, many new APIs including UIAlertController which is much better than the UIActionSheet and UIAlertView classes it replaces, etc. Sure, Apple did a good job making a lot of stuff deploy back to iOS 7, such as Swift (which I assume you aren't going to use for 3 years), but that doesn't mean there are no benefits to going iOS 8 only. Obviously everybody's case is different and some, such as yourself, will prefer to spend time testing on obsolete OSes instead of implementing the latest APIs. Suit yourself, the users will decide.
Quite honestly, I would not be surprised if Swift in its current from is phased out in three to four years. Whatever they call Swift before the decade is out will have better syntax and backwards compatibility. K&R C is forty years old now this week and is the most widely adopted language out there for compiled code.
If Apple does make the mistake of Swift-only API's, most developers will place an Objective-C wrapper around it and implement their own protocols if needed.
To think of it, I can see making an "Unswift" library on GitHib allowing developer to incorporate Swift only APIs into existing Obj-C apps complete with redone protocols.