0

I searched lot and found some related questions but not satisfied with answers so I am asking this.

I want to transfer or exchange data from iOS to android without INTERNET. As per my R&D the best way to do it to enable hotspot in iPhone programmatically. But I could not able to find a source code or custom library or any bunch of code which can help me to write code for creating hotspot in iPhone. please share any information,code and links...

Thanks:)

AG.29
  • 230
  • 1
  • 20
  • As you heard about famous apps like Zapia and Xender they are using the same as you said. You can't never toggle on hot spot programatically. If the user toggle it on then you can use it in iPhone. – Rafeek Apr 26 '16 at 11:36
  • But how "shareIt" works then because it automatically enable hotspot. Is there any way to connect iOS to android without internet. ?? – AG.29 Apr 27 '16 at 06:19
  • But how "shareIt" works then because it automatically enable hotspot. If not hotspot then Is there any another way to connect iOS to android without internet. ?? – AG.29 Apr 27 '16 at 06:26

1 Answers1

0

You Can send data through Core Bluetooth Use one device and central manger and other as peripheral.

https://alperkayabasi.com/2015/02/13/corebluetooth-cbcentralmanager-tutorial-ios/

Jasmeet Kaur
  • 1,538
  • 14
  • 16
  • Thanks for sharing this knowledge with me but I am confused that will bluetooth is capable to connect iOS to Android. – AG.29 Apr 27 '16 at 06:13
  • Yes it is possible as far as I know, You have create the app both on android and iOS implementing BLE protocols. Please find below link for more info https://github.com/GitGarage – Jasmeet Kaur Apr 27 '16 at 06:19
  • 1
    For more info, I found this link which says bluetooth is not capable to connect iOS to android because of device MFi membership. http://stackoverflow.com/questions/18884705/transfer-data-between-ios-and-android-via-bluetooth – AG.29 Apr 27 '16 at 06:21
  • I checked this link, this source code is in swift so could you help me out same for objective C.Meanwhile I try to test it in devices.Thanks dude – AG.29 Apr 27 '16 at 06:28