Skip to main content

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project

PoGoIV (works with 0.39.1+)

A notification will appeal when encountering a Pokémon showing IVs, moves & capture probability. It also shows a toast message if the Pokémon was caught or is going to flee.
https://gfycat.com/AdoredHopefulArkshell


GIF

If notification do not show up open the PoGoIV app so it can receive the Broadcasts from PokemonGo.

How to Install:
- Install Xposed Installer App
- Install Xposed framework through Xposed Installer
- Install PoGoIV App
- Open Xposed Installer App and enable my App on the modules list
- Reboot

Changelog:
v.1.6.1
fixed "Gyms showing 'Error' on first encounter."

v.1.6
Huge thank you @FreedomMercenary for updating the hooks and making this module work with version 0.39.1

v.1.5
Only compatible with 0.35, you can download 0.35 here: http://www.apkmirror.com/apk/niantic-inc/pokemon-go/pokemon-go-0-35-0-re...

Hugh Mungus update (big thank you to MaT-PT & simonward86):
- show Pokéstop spin information & number of items in bag (thank you MaT-PT)
- show Gym information (thank you MaT-PT)
- show hatched egg information (thank you MaT-PT)
- added BubbleStrat++ checker (takes level & attacks in consideration) (thank you simonward86)
- added scrollable notification (thank you MaT-PT)
- show miss % when catch failed (thank you MaT-PT)
- changed notification Icon (thank you MaT-PT)
- removed Razz Berry catch rates as they're probably not calculated correctly, the formula is skill unknown
- ~27% smaller APK size

If notification do not show up open the PoGoIV app so it can receive the Broadcasts from PokemonGo.

v.1.4
- added Icon
- fixes wrong level being returned in some cases (thanks @MaT-PT (github))
- added translation for pokémon names en+de+fr+pt
- pretty print pokémon moves & catch response
v.1.3
- smaller apk size (3.4MB->2.7MB (~80%))
- added GUI with settings to disable Toast or Notifications
v.1.2.3
- fixed notification for lured and incense pokémon
v.1.2.2
- added Toast that shows you if the pokémon was caught (CATCH_ERROR, CATCH_SUCCESS, CATCH_ESCAPE, CATCH_FLEE, CATCH_MISSED)
- now also shows level of pokémon
v1.2.1
- added support for DISK_ENCOUNTER & INCENSE_ENCOUNTER
v1.2
- switched to xposed API version 53 to support Android 4.x.
- added moves to notification
v1.1
- switched from using toasts to using notifications
v1.0
- initial Release

Author(s): 

chuparCh0pper

Support/Discussion URL: 

https://github.com/chuparCh0pper/PoGoIV_xposed/issues

Source code URL: 

https://github.com/chuparCh0pper/PoGoIV_xposed

Package: 

de.chuparch0pper.android.xposed.pogoiv

Version name: 

1.6.1

Release type: 

Stable (low risk of bugs)

Download: 

de.chuparch0pper.android.xposed.pogoiv_v11_830831.apk(2 MB)

Number of downloads: 

1,402 in total · 20 in the last 24 hours

MD5 checksum: 

83083120b7a88b02024efc871e51ed06

Uploaded on: 

Tuesday, October 25, 2016 - 18:55

Changes: 

fixed "Gyms showing 'Error' on first encounter."

Popular posts from this blog

Google Search Bar Destroyer

Straightforward module to remove the unsightly Google Search Bar from the homescreen. The hook point is very generic, so update are rarely needed. Thanks to theknut/GEL's Xposed module for early hints/hook points. Author(s):  jeboo Support/Discussion URL:  https://forum.xda-developers.com/axon-7/themes/mod-hide-google-search-bar-t3547447 Source code URL:  https://github.com/jeboo/googlesearchbar_destroyer Package:  com.none.gsb_destroyer Version name:  1.1 Release type:  Stable  (low risk of bugs) Download:  com.none.gsb_destroyer_v2_329831.apk  (1.35 MB) Number of downloads:  40 in total · 40 in the last 24 hours MD5 checksum:  329831872cfeb03c62cc546d03bbab38 Uploaded on:  Monday, January 30, 2017 - 03:59 Changes:  Updated for Google code changes (April '16).

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project