I'm new to iPhone programming, and I have a question about Bluetooth I can't find an answer to. I'm planning on having a number of different apps, and I want users to be able to chat with each other no matter which one they are using. I know GKSessions make Bluetooth a lot easier, but I can't find out if you can use it between different apps.
I used Wei-Meng Lee's program ( http://www.devx.com/wireless/Article/43502/1954 ), and successfully tested between different devices. I put the code into two different apps, but when the apps were built on two different devices, they both started their search protocols but couldn't find each other.
It seems like the documentation assumes the GKSessions are between the same app. Does anyone know anything about it?