I have multiple games on the iOS app store. I want to give users free game coins when they download any of my other games. Is there a way to do this without setting up a server? In case a server is the only option, what is the best way to do so!
Here's a useful link: Share data between two or more iPhone applications
Basically, I believe the options are:
UIPasteBoard
as mentioned here. Sample code here.