iPokeGo
iPokeGo copied to clipboard
Server works Successfully on iPokeGo!
Hi guys,
I have tried all days and successfully install the iPokeGo on my iphone and set up the server which is deployed by myself on Amazon AWS. Below is a brief instruction of what I did today. As it is 2:00 Germany, sorry I cannot write down in detail.
- We should install iPokeGo app on our iPhone. There are video instructions and text instructions. It is not difficult.
- We should deploy a Free Windows Server on Amazon AWS. Everybody can register a free server on AWS with a Credit card. Please be aware of what kind of server you want. Only choose the free version if you do not want to pay for anything.
- Follow the video instruction like this. https://www.youtube.com/watch?v=RJKAulPCkRI Install the python, pip, latest version of Pokemon Go Map V2.0. (I did not choose develop branch. Because there is no credentials file in config fold in develop branch.) When you are going to run the server, be sure that the host address is the internal IP(Private IP) address of the server!
- Disable all the Firewalls in Windows Server! At least two firewalls you need to disable.
- Becareful that your server is without any protection. Do use the server on own phone.
Good luck!
Yueyang
Another possibility, spin up an AWS instance of ubuntu or similar, install the docked engine, build a Pokémon go map image, spin up a container. That's what I did. I just spin up a new container on a different port when a buddy wants me to host their map. Super easy!
The Deploy with heroku is the easiest option, have you tried the button? It worked out of box for me, just set the config variables and go. Only downside to that is it will have a spin up time after 30 mins of inactivity for free accounts.
Hi, yes, I can see everything, Pokemon, Gyms. I show it in the picture. But I am sorry I did not do it in Heroku. So I do not know the possible solution for you. Yesterday, I did it in a AWS Win Server. And today, I deployed one on AWS ubuntu. Both of them works. I can connect the map from both PC browser and iOS app. Good luck,Yueyang
Date: Thu, 28 Jul 2016 03:39:51 -0700 From: [email protected] To: [email protected] CC: [email protected]; [email protected] Subject: Re: [istornz/iPokeGo] Server works Successfully on iPokeGo! (#66)
Hello, i deployed successfully with heroku, but when i try it, no pokemon, pokestop, pokegym in the map? Did this server include databse for pokemon, pokestop, pokegym?pokemon, pokestop, pokegym
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Hey buddy, i have managed to get it running on my IP address and can access it from my phone browser but i cant get it to work inside the app (tried it using home address with 4G in Iphone Browser)
what should i be doing to get it to work in the app?
Hi, It is really strange.. You should add the "http://" before the ip address in the app. Did you do that? And the port number is also needed to put at the end of the IP address.
Date: Fri, 29 Jul 2016 00:15:12 -0700 From: [email protected] To: [email protected] CC: [email protected]; [email protected] Subject: Re: [istornz/iPokeGo] Server works Successfully on iPokeGo! (#66)
Hey buddy, i have managed to get it running on my IP address and can access it from my phone browser but i cant get it to work inside the app (tried it using home address with 4G in Iphone Browser)
what should i be doing to get it to work in the app?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Can somebody give me an example of what to put into the "Server name" and "Server" field (and anything other fields if they are necessary)? I have tried Server name = "123.45.67.89:12345" and Server = "http://pool-123-45-67-89.phlapa.fios.verizon.net" and a few variations of inputting this info, but nothing is working. How should I be inputting this info in?