dragthor / south-ridge-app

South Ridge Community Church (Clinton, NJ) mobile iOS and Android application.
4 stars 3 forks source link

disable unused config.json permissions; iOS icon gloss #11

Closed dragthor closed 12 years ago

dragthor commented 12 years ago

prefs - false file - false

To disable iOS gloss ( http://docs.trigger.io/en/v1.3/modules/icons.html ) config.json - "ios": { "prerendered": true }

dragthor commented 12 years ago

Asked related question on Stackoverflow -

http://stackoverflow.com/questions/11345498/android-permissions-after-submitting-app-to-amazon-and-google

dragthor commented 12 years ago

Keeping the icon gloss in iOS. Looks way better than I thought. Also, fixed the unnecessary permissions by removing them from config.json. See Stackoverflow answer from above.