swemoney / iPokeGo

A native iOS client to map the Pokemon around you!

Home Page:https://jz6.github.io/PoGoMap/#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokemap client for iOS Build Status

This is a client for the Pokemap server (https://github.com/AHAAAAAAA/PokemonGo-Map)

Features

  • Show/Hide Pokemons,Pokestops and Gyms
  • Change radar position
  • Drive destination to capture a specific pokemon
  • Notification on status bar when a new pokemon was added on the map
  • Possibility to make a favorite list of pokemon (when a favorite pokemon was added on map, a notification more visible is fired)
  • Add any server
  • See distance and remaining time on each pokemons
  • Possibility to show/hide common pokemon in a list

Installation

  1. Install Xcode 8 beta https://developer.apple.com/download/
  2. Open iPokeGo.xcodeproj in Xcode
  3. Choose your own itunes account under Signing > Team
  4. Change the identifier in Xcode from 'com.dimitri-dessus.iPokeGo' to something like 'com.YOUR_NAME.iPokeGo'.
  5. Plug in your device and at the top select it in the dropdown
  6. Hit the play button it should compile and transfer over to the device pluged in and open
  7. If this is the first app you install under your own itunes account you will need to approve it. On your device under Setting > General > Profiles click trust.
  8. Unplug and enjoy the app

Configuration

On settings, please enter the address of your server.

Warning : "localhost:5000" or "127.0.0.1:5000" are hardware address so it will not work !

To find your address look at this : http://bit.ly/2aweVR1 (if you have a local server) and http://bit.ly/1dWVBmR (if you want to remote server).

Compatibility

TODO

  • Make the app totaly independent
  • Regroup pokestops annotations to reduce CPU usage
  • Real notification (work on the server part ?)
  • Update pokestop and gym annotations
  • Change scan position

Android Version

There is an Android port in the works. All Android related prs and issues please refer to this repo.

LICENSE

iPokeGo is released under the MIT license. See LICENSE for details. Thx to @ryanmclachlan for the beautiful UI Design !

#[Official Website] (https://jz6.github.io/PoGoMap/#) Live visualization of all pokemon (with option to show gyms and pokestops) in your area. This is a proof of concept that we can load all nearby pokemon given a location. Currently runs on a Flask server displaying a Google Map with markers on it.

Using this software is against the ToS and can get you banned. Use at your own risk.

Building off Mila432's PokemonGo API, tejado's additions, leegao's additions and Flask-GoogleMaps.


For instructions, please refer to the wiki

About

A native iOS client to map the Pokemon around you!

https://jz6.github.io/PoGoMap/#

License:MIT License


Languages

Language:Objective-C 99.2%Language:C 0.8%