Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/istornz/ipokego
A native iOS client to map the Pokemon around you!
https://github.com/istornz/ipokego
ios notifications objective-c pokemon pokemongo-map pokestops rocketmap
Last synced: 12 days ago
JSON representation
A native iOS client to map the Pokemon around you!
- Host: GitHub
- URL: https://github.com/istornz/ipokego
- Owner: istornz
- License: mit
- Created: 2016-07-21T16:34:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-04T11:48:34.000Z (about 2 years ago)
- Last Synced: 2024-10-15T23:11:43.703Z (29 days ago)
- Topics: ios, notifications, objective-c, pokemon, pokemongo-map, pokestops, rocketmap
- Language: Objective-C
- Homepage: https://github.com/RocketMap/RocketMap
- Size: 39.5 MB
- Stars: 642
- Watchers: 47
- Forks: 168
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokemap client for iOS [![Build Status](https://travis-ci.org/istornz/iPokeGo.svg?branch=master)](https://travis-ci.org/istornz/iPokeGo) [![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/istornz)
This is a client for the Pokemap server (https://github.com/RocketMap/RocketMap)iPokeGO is now officially available on the AppStore !
## Features
- Show/Hide Pokemons,Pokestops and Gyms.
- Change radar position.
- Drive destination to capture a specific pokemon (bike, walk and transit).
- Notification on status bar when a new pokemon was added on the map.
- Real notification working on iDevice and Apple Watch.
- 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 (heroku, your server, jelastic and more...).
- See distance and remaining time on each pokemons.
- Possibility to show/hide common pokemon in a list.
- Supports [**RocketMap**](https://github.com/RocketMap/RocketMap) and [**Pogom**](https://github.com/favll/pogom) server.
- Possibility to switch between all your servers easily.
- Wifi only mode if you run this app at your home.
- Possibility to follow user location.## Now with real push notification !
With the latest version of iPokeGO, you can be notified when a new pokemon appear anywhere. It's now possible to play Pokemon GO and be directly warned !
Of course notification works well on the Apple Watch !
You will have no more reason of all not to catch them ;)
## Installation
1. Download the latest IPA file.
2. Download [Cydia impactor](http://www.cydiaimpactor.com/) available for Mac/Windows and Linux.
3. Connect your iDevice to your computer.
3. Open Cydia impactor and drag the ipa file into the window.
4. Enter your Apple ID email address and click "OK".
5. Input your Apple ID password and click "OK" too.
6. The app is now installed on your device but you can't launch it, so go in "Settings" app, "General" tab and "Device Management".
7. Tap the new profile created and trust it.
8. You are now able to run the app on your device !For help with this part of installation, [r/sideloaded](https://reddit.com/r/sideloaded) (on reddit) will most likely be able to help you, as you are technically sideloading this app. There is also a good cydia impactor guide [here](https://www.reddit.com/r/sideloaded/wiki/ipasigning#wiki_how_to_sideload_using_saurik.27s_.22impactor.22).
## 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
- 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/PokemonGoMap/PokemonGo-Map/releases)## TODO
- [x] Add possibility to follow user location (same as website).
- [x] Update pokestop and gym annotations.
- [x] Real notification.
- [x] Change scan position.
- [x] Add a server status page.
- [x] Supports [**RocketMap**](https://github.com/RocketMap/RocketMap) and [**Pogom**](https://github.com/favll/pogom) server.
- [x] Add a server switcher functionality.
- [ ] Regroup pokestops annotations to reduce CPU usage (clustering).
- [ ] Find a way to do some background task without hack.## Others
If you want to edit storyboard file and compile with Xcode 7 on iOS 10 beta, please move the iOS 10 developer image inside Xcode 7 folder [refer to this link](http://stackoverflow.com/a/31013217)## Android Version
There is an [Android port](https://github.com/omkarmoghe/Pokemap) in the works. All Android related prs and issues please refer to this [repo](https://github.com/omkarmoghe/Pokemap).## LICENSE
iPokeGo is released under the MIT license. See LICENSE for details.
Thx to @ryanmclachlan for the beautiful UI Design !#[Official Github] (https://github.com/RocketMap/RocketMap)
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](https://github.com/Mila432/Pokemon_Go_API)'s PokemonGo API, [tejado's additions](https://github.com/tejado/pokemongo-api-demo), [leegao's additions](https://github.com/leegao/pokemongo-api-demo/tree/simulation) and [Flask-GoogleMaps](https://github.com/rochacbruno/Flask-GoogleMaps).
For instructions, please refer to [the wiki](https://pgm.readthedocs.io/en/develop/)