Can't believe they went for the same Facebook style launcher, when it's a) used by Facebook b) only got 5 icons c) it's explicitly regarded as bad UI design by Apple (at this WWDC).
Google+ for iOS is out
61–70 of 125 posts
Re: Google+ for iOS is out
#62Can't believe they went for the same Facebook style launcher, when it's a) used by Facebook b) only got 5 icons c) it's explicitly regarded as bad UI design by Apple (at this WWDC).
Re: Google+ for iOS is out
#63I'm using 2-factor authentication. Couldn't create an application password. Had to use my main pwd+token which is only good for 30 days. Shouldn't they allow the use of a 2-factor application password for an iOS app?
Re: Google+ for iOS is out
#64Earlier quoted context omitted.
iPad is 'that' hard because it is non-trivial to take advantage of the new screen real estate. Often-times you must implement a completely new navigation model because the stock split view controller is rarely the navigation model you want to use. iPod touch is generally easier. It usually comes down to gracefully degrading features. Much care must also be taken to ensure that the app performs well on the iPod touch…
Even then, I can't think of much you've got to degrade for the iPod touch. The big stuff (screen/ram/graphics/cpu) is near enough identical. If you support the previous gen iPhone, the current gen iPod should be no problem. You can pick up location from wifi... all I can think of not being available is the compass...
Re: Google+ for iOS is out
#65Earlier quoted context omitted.
iPad is 'that' hard because it is non-trivial to take advantage of the new screen real estate. Often-times you must implement a completely new navigation model because the stock split view controller is rarely the navigation model you want to use. iPod touch is generally easier. It usually comes down to gracefully degrading features. Much care must also be taken to ensure that the app performs well on the iPod touch…
Even then, I can't think of much you've got to degrade for the iPod touch. The big stuff (screen/ram/graphics/cpu) is near enough identical. If you support the previous gen iPhone, the current gen iPod should be no problem. You can pick up location from wifi... all I can think of not being available is the compass...
Re: Google+ for iOS is out
#66Can any experienced iOS developers please tell me if it is really 'that' hard to make an app iPod Touch compatible? I mean, come on, you just alienate a ton of users without implementing iPod or iPad compatibility...
Depends, the 1st generation iPod touch is stuck on 3.1.3 which means you lose out on the newer, much easier to use and less buggy APIs
Re: Google+ for iOS is out
#67Can any experienced iOS developers please tell me if it is really 'that' hard to make an app iPod Touch compatible? I mean, come on, you just alienate a ton of users without implementing iPod or iPad compatibility...
Depends, the 1st generation iPod touch is stuck on 3.1.3 which means you lose out on the newer, much easier to use and less buggy APIs
Re: Google+ for iOS is out
#68I'm using 2-factor authentication. Couldn't create an application password. Had to use my main pwd+token which is only good for 30 days. Shouldn't they allow the use of a 2-factor application password for an iOS app?
Why couldn't you create an application password?
Re: Google+ for iOS is out
#69[deleted]
Re: Google+ for iOS is out
#70Earlier quoted context omitted.
iPad is 'that' hard because it is non-trivial to take advantage of the new screen real estate. Often-times you must implement a completely new navigation model because the stock split view controller is rarely the navigation model you want to use. iPod touch is generally easier. It usually comes down to gracefully degrading features. Much care must also be taken to ensure that the app performs well on the iPod touch…
Probably has a hard requirement for GPS for checkins, which the iPod doesn't have.