iOS App Signer - Install Kodi without Jailbreak (iOS and tvOS)
(2015-12-21, 01:23)DanTheMan827 Wrote: What version of OS X are you running?

And could you post the log from the program? You can find it in the View menu

(2015-12-14, 16:12)Vinnie22 Wrote: DanTheMan827 I tried to use your tutorial to install Kodi on my iPad . I'm getting " error processing Deb file " .

I tried using a couple of other deb files but same issue ..


Can you help please ??


Hello Dan , Im using El Capitan latest version .

The log is below :

Code:
//
//  AppDelegate.swift
//  Kodi2
//
//  Created by Family  on 21/12/2015.
//  Copyright © 2015 Family1. All rights reserved.
//

import UIKit

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

    var window: UIWindow?


    func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
        // Override point for customization after application launch.
        return true
    }

    func applicationWillResignActive(application: UIApplication) {
        // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
        // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
    }

    func applicationDidEnterBackground(application: UIApplication) {
        // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
        // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
    }

    func applicationWillEnterForeground(application: UIApplication) {
        // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
    }

    func applicationDidBecomeActive(application: UIApplication) {
        // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
    }

    func applicationWillTerminate(application: UIApplication) {
        // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
    }


}

Really Really Appreciate your help >

Thank you
Reply


Messages In This Thread
RE: iOS App Signer - Install Kodi without Jailbreak - by Vinnie22 - 2015-12-21, 12:04
Logout Mark Read Team Forum Stats Members Help
iOS App Signer - Install Kodi without Jailbreak (iOS and tvOS)8