I'm programming this game in openGL, mostly working inside an single EAGLView ( I'm not that familiar with Views and other Cocoa concepts, my work to this point only involved using opengl to draw my game and calculating the logic myself).
I'm being told for adding a ton of features:
- Send mails to Your friends when You achieve certain objectives in the game.
- Interact with facebook ( I'm being told that I will provided with all the libraries I need).
- Interaction with store kit !, buy weapons, Items, ect..
I would like to know, how effort and time will take to add those features... It's complicated to use GameKit ..StoreKit..MediaPlayer and other frameworks ?, considering that I only have worked with openGL to this point ?