Discussion Forums  >  App Store Approvals, Thank You's

Replies: 6    Views: 121

Tyroner
Aspiring developer
Profile
Posts: 175
Reg: Dec 26, 2012
Johannesburg, S...
4,200
08/04/14 03:55 AM (9 years ago)

App Store approval of update

Just a great thank you to this forum for all the assistance in getting my updated app approved on first submission! I would especially like to thank the plugin developers for their hard work. I am not a coder (but learning!) and this achievement would not have been possible without this great forum. People who know me are always amazed when they hear that I have an App on the App Store even though I am not a programmer! So thank you guys! Link to the app if you would like to check it out. (completely free!) https://itunes.apple.com/za/app/mtb-trails-sa/id690108390?mt=8
 
MacApple
Apple Fan
Profile
Posts: 4674
Reg: Oct 25, 2010
USA
61,140
like
08/04/14 05:16 AM (9 years ago)
Great stuff, good app as well. Here's to your continued success brother.
 
Shorewalk
Lost but trying
Profile
Posts: 54
Reg: Nov 06, 2012
location unknow...
10,040
like
08/04/14 06:29 AM (9 years ago)
Hi Tyroner I really liked your icon graphic and the other stuff seen on iTunes. Going to download your app and get inspired. I also like to bike in nature ... By the way I've been struggling to get the blue (or whatever) colors to my tab bar icons ...when selected... is it hard to achieve? As it is know they only have one color (greyblack). I am like you not a coder ...
 
Adam
Aspiring developer
Profile
Posts: 247
Reg: Oct 23, 2010
Southern Califo...
4,470
like
08/04/14 06:47 AM (9 years ago)
Nice app!! Adam
 
Tyroner
Aspiring developer
Profile
Posts: 175
Reg: Dec 26, 2012
Johannesburg, S...
4,200
like
08/04/14 08:22 PM (9 years ago)
Thanks guys! This is how you change the select colour of the icons on the tabs bar. At round about Line 120-124 of the AppDelegate.m file in Xcode: Change the hex colour scheme to whatever you want it to be in your app. In this example the colour is #01C8FF //the window tint color affects built in iOS7 icons in the navigation bar... if(floor(NSFoundationVersionNumber) > NSFoundationVersionNumber_iOS_6_1){ self.window.tintColor = [BT_color getColorFromHexString:@"#01C8FF"]; } As simple as that!
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
08/04/14 08:47 PM (9 years ago)
Awesome! :-) -- Niraj
 
Shorewalk
Lost but trying
Profile
Posts: 54
Reg: Nov 06, 2012
location unknow...
10,040
like
08/04/14 09:40 PM (9 years ago)
Thanks, you made my day.
 

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.