lawhoogl.blogg.se

Proximity uuid generator
Proximity uuid generator








proximity uuid generator

proximity uuid generator

Normally we'd get this array from a server that sends us a list of the user's items. # import "SimpleShare/SimpleShare.h " MyViewController : UITableViewController ( nonatomic, retain) NSMutableArray myItemIDs Then plug it in to your application (after importing SimpleShare.h in any file you use SimpleShare in).

  • Create a unique UUID to identify your app in SimpleShare.
  • In your app's ist file, add "Required Background Modes" -> "App shares data using CoreBluetooth", if you would like your devices that are sharing items to keep sharing even if they are in background mode.
  • Add the CoreBluetooth framework to your project (Under Build Phases -> Link Binary With Libraries, click the "+" to add "amework" to your project.).
  • Drag the "SimpleShare" directory to your project (Make sure "Copy items into destination group folder", "Create groups for any added folders", and your target are all selected.).
  • Open the SimpleShare Demo project and your XCode project.
  • Shares info even when the app is in background mode (unlike iBeacons).
  • Best way to allow users to join groups based on proximity.
  • #PROXIMITY UUID GENERATOR BLUETOOTH#

    Shares an array of item IDs over Bluetooth LE.Easiest way to share items with nearby friends.SimpleShare was created by Laura Skelton. Users simply click "find nearby", and items from their friends' phones magically pop up on their screen for them to add with one tap. Perfect for any iOS app that needs to quickly share items with nearby friends, such as groups, photo albums, photos, links, user profiles, etc, using Bluetooth Low Energy.










    Proximity uuid generator