Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WatchKit installation error #41

Open
mtshare opened this issue Nov 27, 2017 · 4 comments
Open

WatchKit installation error #41

mtshare opened this issue Nov 27, 2017 · 4 comments

Comments

@mtshare
Copy link

mtshare commented Nov 27, 2017

I get this error when I try to hook Applications with Watch Extensions (like Instagram in this case):

Error 0xe80000d9: This app contains a WatchKit app with an invalid bundle identifier. The bundle identifier of a WatchKit app must have a prefix consisting of the companion app's bundle identifier, followed by a '.'. AMDeviceSecureInstallApplication(0, device, url, options, install_callback
@kabiroberai
Copy link
Owner

Do you need to install the WatchKit app as well? If not, you can unzip the ipa, delete the WatchKit app (I think it’s in the PlugIns directory), and re-zip. I thought I’d already fixed this error by modifying WatchKit bundle IDs, but it seems like that hasn’t worked so you can use this as a temporary fix.

@mtshare
Copy link
Author

mtshare commented Nov 27, 2017

I don't need to install the Watch app and deleting the Plugin works like a charm! Thanks for the fast answer! I'll do this until you fix that! Thanks for the great job!!

@kabiroberai
Copy link
Owner

This might’ve been fixed by 424bb18. Could you try again?

@strano666
Copy link

strano666 commented Oct 10, 2018

I've a similar error although i've updated, both theos and theos-jailed

ERROR: Install failed. Got error "WatchKitAppBundleIDNotPrefixed" with code 0x00000000: WatchKit 2.0 app's bundle ID it.XXX.YYY.watchkitapp is not prefixed by the parent app's bundle ID followed by a '.'; expected prefix it.PARENT.BUNDLE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants