This is a client for the Pokemap server (https://github.com/AHAAAAAAA/PokemonGo-Map)
- 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
- Install Xcode 8 beta https://developer.apple.com/download/
- Open iPokeGo.xcodeproj in Xcode
- Choose your own itunes account under Signing > Team
- Change the identifier in Xcode from 'com.dimitri-dessus.iPokeGo' to something like 'com.YOUR_NAME.iPokeGo'.
- Plug in your device and at the top select it in the dropdown
- Hit the play button it should compile and transfer over to the device pluged in and open
- 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.
- Unplug and enjoy the app
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).
- iDevice : This app works with all iPhone/iPod Touch and iPad, you only need iOS 8 or more.
- Server : Please use latest stable version (https://github.com/AHAAAAAAA/PokemonGo-Map/tree/V2.0)
- Make the app totaly independent
- Regroup pokestops annotations to reduce CPU usage
- Change scan position
There is an Android port in the works. All Android related prs and issues please refer to this repo.
iPokeGo is released under the MIT license. See LICENSE for details.
#[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