All Projects → heremaps → Here Ios Sdk Examples

heremaps / Here Ios Sdk Examples

Licence: mit
Objective-C and Swift projects using the HERE SDK for iOS.

Projects that are alternatives of or similar to Here Ios Sdk Examples

Here Android Sdk Examples
Java-based projects using the HERE SDK for Android.
Stars: ✭ 127 (+144.23%)
Mutual labels:  mobile-app, mapping, mobile-development, maps
CrossMobile
Create native iOS, Android, Windows Phone and Desktop applications in Java. Write it once, and produce sophisticated multiplatform applications.
Stars: ✭ 48 (-7.69%)
Mutual labels:  mobile-app, ios-sdk, mobile-development
CryptoBuddy
Android app which displays cryptocurrency prices, charts and news!
Stars: ✭ 93 (+78.85%)
Mutual labels:  mobile-app, mobile-development
metro-map-maker
Build the Metro system of your dreams: create your own metro maps, save them, and share with friends!
Stars: ✭ 41 (-21.15%)
Mutual labels:  maps, mapping
Recipes App React Native
Recipes App in React Native
Stars: ✭ 386 (+642.31%)
Mutual labels:  mobile-app, mobile-development
android-trinity
android-trinity is tiny proactive framework with much of the scaffolding code required to start a new Android Application.
Stars: ✭ 44 (-15.38%)
Mutual labels:  mobile-app, mobile-development
MTJailed-Native
A terminal emulator with remote shell for non-jailbroken iOS devices
Stars: ✭ 24 (-53.85%)
Mutual labels:  mobile-app, mobile-development
Mymovies
A Flutter app which shows a list of popular movies.
Stars: ✭ 371 (+613.46%)
Mutual labels:  mobile-app, mobile-development
Flutter-BabyStepsQuiz
A Flutter Quiz App.
Stars: ✭ 21 (-59.62%)
Mutual labels:  mobile-app, mobile-development
Leaflet Dvf
Leaflet Data Visualization Framework
Stars: ✭ 678 (+1203.85%)
Mutual labels:  mapping, maps
Flutter starter kit
A starter kit for beginner learns with Bloc pattern, RxDart, sqflite, Fluro and Dio to architect a flutter project. This starter kit build an App Store app as a example
Stars: ✭ 553 (+963.46%)
Mutual labels:  mobile-app, mobile-development
Lenz
Console based MAP 🗺 : with lots of features 🤩
Stars: ✭ 51 (-1.92%)
Mutual labels:  mapping, maps
GiveNGo
React Native app to connect people who need toiletries/groceries/other goods with those who live nearby and are willing to donate and drop off those goods to them. Includes a chat app to allow users to coordinate.
Stars: ✭ 15 (-71.15%)
Mutual labels:  mobile-app, mobile-development
Tasky
Tasky is a task management app made with SwiftUI.
Stars: ✭ 22 (-57.69%)
Mutual labels:  mobile-app, mobile-development
addIt
Simple addition game made with Flutter for Mobile and Web using BLOC pattern
Stars: ✭ 16 (-69.23%)
Mutual labels:  mobile-app, mobile-development
Android-daily-read-tips
log for articles and info in android for every developer
Stars: ✭ 13 (-75%)
Mutual labels:  mobile-app, mobile-development
Mapper
OpenOrienteering Mapper is a software for creating maps for the orienteering sport.
Stars: ✭ 258 (+396.15%)
Mutual labels:  mapping, maps
Awesome Flutter
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
Stars: ✭ 38,582 (+74096.15%)
Mutual labels:  mobile-app, mobile-development
ScoutAR
Augmented reality app displays nearby restaurant information in a live camera and map view.
Stars: ✭ 28 (-46.15%)
Mutual labels:  maps, mobile-app
organicmaps
🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Your donations and positive reviews motivate and inspire our small team!
Stars: ✭ 3,689 (+6994.23%)
Mutual labels:  maps, mobile-app

Build Status

HERE Mobile SDK 3.x for iOS example projects

Copyright (c) 2011-2020 HERE Europe B.V.

This repository holds a series of Objective-C and Swift projects using the HERE Mobile SDK for iOS. More information about the API can be found on developer.here.com under the Android & iOS SDKs section.

This set of self-contained, use-case based projects is designed to be cloned by developers for their own use.

Note: In order to get the sample code to work, you must replace all instances of {YOUR_APP_ID}, {YOUR_APP_CODE} and {YOUR_LICENSE_KEY} within the code and use your own HERE credentials.

You can obtain a set of credentials from the Contact Us page on developer.here.com.The bundle ID registered must match it in your app.

License

Unless otherwise noted in LICENSE files for specific files or directories, the LICENSE in the root applies to all content in this repository.

HERE Mobile SDK for iOS (Premium)

All of the following projects use version 3.17 of the HERE Mobile SDK for iOS (Premium)

How to build apps

Using CocoaPods

  1. Run "pod install" or "pod update" in the application's root directory to install the HERE Mobile SDK. This will integrate NMAKit.xcframework into your project

  2. In the "General" settings of the App target:

    • Select an eligible provisioning profile or enable "Automatically manage signing".
  3. In AppDelegate.m:

    • Enter an app id, app code and license key.

Without CocoaPods

  1. In the "General" settings of the App target:

    • Select an eligible provisioning profile or enable "Automatically manage signing".
    • Add NMAKit.xcframework to the "Frameworks, Libraries and Embedded Content" section in Xcode. Avoid "Do Not Embed" option. Otherwise you will get a "dyld: Library not loaded: @rpath/NMAKit.framework/NMAKit" error at runtime.
  2. In AppDelegate.m:

    • Enter an app id, app code and license key.

Build Requirements

  • Xcode 12 or above
  • HERE Mobile SDK for iOS (Premium) Version 3.17 or above

Target Platform

  • iOS 13 or above
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].