How would one share data (string/url etc) between an iPhone app and an Android app? I'm thinking a server-side solution is overkill for what I want, so my next idea was to use wifi or bluetooth to sync the iOS and Android device. Is this even possible and if so what is the best way to approach this problem?
Does anyone have any frameworks or resources that could help me? Cheers.