Naurt is an SDK that allows for improved location data on mobile devices.
Looking for the Android version?
Need an access key? Contact the sales team
Since NaurtSDK is closed source, it is distributed through a .xcframework.
NaurtSDK only works on iOS, minimum version 15.
If you are developing an app in XCode, the easiest way to add NaurtSDK to the project is by dragging NaurtSDK.framework into the "frameworks, libraries and embedded content" of the app settings
Add Naurt to your Swift project by adding
dependencies: [
.package(url: "https://github.com/Naurt-Ltd-Public/Naurt.swift.git", from("0.0.2")),
]
Add
pod "Naurt.swift", "~> 0.0.1"
To your pod file.
You will still need to manually add the dependency swift-collections
to your project, since there is no Pod for that dependency yet
Coming soon
Import NaurtSDK with
import NaurtSDK
Create a Naurt
object with
let naurt = Naurt(apiKey: <YOUR API KEY HERE>)
To use Naurt, it is reccomended to use a delegate, ensure it conforms to the NaurtDelegate
protocal.
Full docs can be found here
Coming soon
link |
Stars: 0 |
Last commit: 1 week ago |
An alpha preview of the upcoming automated POI feature. This version will now automatically create POIs when the user parks a vehicle
Known issues
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics