ios6 - What is a common way to access a service that is running on an iPad from an iPhone without having internet access? -



ios6 - What is a common way to access a service that is running on an iPad from an iPhone without having internet access? -

is there reference app, or best practices how set 1 ios device "server or backend service" cashier service , utilize other ios devices access service/server, iphone "electric order notebook"?

i found out 3 options: - write own webserver runs on 1 device (ios devices web server) - utilize bonjour allows server-app provide services in network (https://developer.apple.com/library/mac/documentation/cocoa/conceptual/netservices/articles/about.html) - utilize gamekit allows utilize 'multiplayer' functionality non-game apps (https://developer.apple.com/library/mac/documentation/networkinginternet/conceptual/gamekit_guide/introduction/introduction.html#//apple_ref/doc/uid/tp40008304)

ios6

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -