# YLYIndoorNavigationSDK **Repository Path**: dsdssd/YLYIndoorNavigationSDK ## Basic Information - **Project Name**: YLYIndoorNavigationSDK - **Description**: 广州元力云网络 - 室内定位 SDK - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2019-07-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YLYIndoorNavigation [![CI Status](https://img.shields.io/travis/kmyhy/YLYIndoorNavigationSDK.svg?style=flat)](https://travis-ci.org/kmyhy/YLYIndoorNavigation) [![Version](https://img.shields.io/cocoapods/v/YLYIndoorNavigationSDK.svg?style=flat)](https://cocoapods.org/pods/YLYIndoorNavigation) [![License](https://img.shields.io/cocoapods/l/YLYIndoorNavigationSDK.svg?style=flat)](https://cocoapods.org/pods/YLYIndoorNavigation) [![Platform](https://img.shields.io/cocoapods/p/YLYIndoorNavigationSDK.svg?style=flat)](https://cocoapods.org/pods/YLYIndoorNavigation) ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. ## Requirements * Device only YLYIndoorNavigation cannot be used to run in iPhone simulator. * Bitcode NO To Archive your app with YLYIndoorNavigation, you have to set the `Enable Bitcode` to `NO`. * **IDFA** **`IDFA` (AdvertisingIdentifier) is used to identify user's device in YLYIndoorNavigation. The use of `IDFA` must be declared when submitting your APP to Apple store.** * Grant permission YLYIndoorNavigation SDK requires users grant permission to access theirs current location. ## Installation YLYIndoorNavigationSDK is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod 'YLYIndoorNavigation' ``` Then you can import this framework in your code with the following line: #import ## Author kmyhy, kmyhy@126.com ## License YLYIndoorNavigation SDK is available under the MIT license. See the LICENSE file for more info.