2017 © Pedro Peláez
 

library ios-reset-ip

Resets the cellular ip adress and gets new one with activator app on jailbroken iphone.

image

srknzcn/ios-reset-ip

Resets the cellular ip adress and gets new one with activator app on jailbroken iphone.

  • Sunday, July 16, 2017
  • by SRKNZCN
  • Repository
  • 1 Watchers
  • 1 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

IOS-Reset-IP

Resets the cellular ip adress and gets new one with activator app on jailbroken iphone.

This package requires a jailbroken iphone and activator app installed., (*1)

You can install Activator via cydia on your device., (*2)

Install via composer, (*3)

composer require srknzcn/ios-reset-ip

Example:, (*4)

<?php
require './vendor/autoload.php';

try {
    // use true for debug
    // $resetIPResult = new \IOSResetIP\IP(true);

    $resetIPResult = new \IOSResetIP\IP();
    var_dump($resetIPResult->getIP());

} catch (\Exception $e) {
    echo $e->getMessage();
}

The Versions

16/07 2017

dev-master

9999999-dev

Resets the cellular ip adress and gets new one with activator app on jailbroken iphone.

  Sources   Download