pmusolino / Wormholy

iOS network debugging, like a wizard 🧙‍♂️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We are not able to open Wormholy from our application

pratik-gits opened this issue · comments

We have an internal tool which launches Wormholy via the following -
fileprivate func launchWormHoly() { NotificationCenter.default.post(name: NSNotification.Name(rawValue: "wormholy_fire"), object: nil) }

We have also made the following changes -
Wormholy.shakeEnabled = false
Wormholy.ignoredHosts = ["app-measurement.com", "cdn-cf.sharechat.com", "localhost", "itunes.apple.com", "in.appcenter.ms"]

It has stopped working for the past few weeks, and it doesn't seem a problem at our end.

Fixed. Closing now.