Cross touch iPhone using mono touch

Does mono touch support cross-talk iPhone? (iPhone in one room) If so, which API?

+3
source share
3 answers

Use the MonoTouch.GameKit API to communicate with other neighboring iPhones. It is available in MonoTouch 1.1.1 (released October 8th).

Here is an introduction to GameKit programming:

http://developer.apple.com/iPhone/library/documentation/NetworkingInternet/Conceptual/GameKit_Guide/Introduction/Introduction.html

+7
source

(API MonoTouch), ( MonoTouch), System.dll System.Net.Sockets, , t , - . , , .NET MonoTouch iPhone.

+1

MonoTouch, Cocoa Touch. MonoTouch , Cocoa Touch .

, , - GameKit, bluetooth. GameKit MonoTouch, :

  • MonoTouch.
  • Objetive-C.
  • Use what you learned to write C # bindings to Objective-C for the GameKit framework.

As you can imagine, a faster solution is to skip MonoTouch for this use case and go directly to Cocoa Touch, where everything is already in place. Get ready and spend a few days learning Objective-C.

+1
source

Source: https://habr.com/ru/post/1718416/


All Articles