SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
11/26/16 11:13 PM (7 years ago)

Some fixes for iOS 10.

We're going to need to take a closer look at BT_downloader; it won't live much longer. Otherwise, for most other warnings and errors, they can be worked out. Not completely readable or finished, I have some notes here: https://www.marianasgps.com/public/BTv3_to_iOS10.pdf I'll get to Android when I get to Android. Sorry not so reachable recently; A lot going on under the hood over here. Cheers! -- Smug Edit: You'll notice item 21/22 have to do with the method formerly known as 'Clicked Button at Index'. "My" fix was to replace the method. Since alertView 'tags' are no longer supported, we needed some way to pass the 'tag information'. I did it kinda like this: //clickedButtonAtIndex... -(void)clickedOnButton:(int)alertTag { [BT_debugger showIt:self theMessage:[NSString stringWithFormat:@"alertView clickedButtonAtIndex: %d", alertTag]]; // 0 = no, 1 = yes if(alertTag == 0){ //do nothing... } if(alertTag == 12){ [self refreshAppData]; } } (better here: http://pastebin.com/awL4xbQd)
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
11/27/16 03:46 AM (7 years ago)
There are plenty of fixes. I wonder what happens if I don't do it. Will my app work proper, will app be rejected, ...?
 
Calypso Kid
Aspiring developer
Profile
Posts: 780
Reg: Mar 09, 2012
Upstate New Yor...
18,200
like
11/30/16 10:10 AM (7 years ago)
Thanks Smug!
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
12/20/16 07:26 AM (7 years ago)
Thanks Smug. Cutting and pasting from a pdf file proved to make edits a bit tricky, as the lines kept splitting. But the indormation is great and fixed several warnings in my current app build. I think about 80% of the deprecations were in the core BT code. Cheers, Alan
 
gatorcade
Code is Art
Profile
Posts: 35
Reg: Jul 17, 2011
Gainesville
1,150
like
12/24/16 10:13 AM (7 years ago)
Thank You So much. :)
 
gatorcade
Code is Art
Profile
Posts: 35
Reg: Jul 17, 2011
Gainesville
1,150
like
12/24/16 10:14 AM (7 years ago)
Thank You So much. :)
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.