Al4ise / Azule

Other
491 stars 50 forks source link

How to use x flag on ios ? #113

Open heinekenpsx opened 2 years ago

heinekenpsx commented 2 years ago

Title :) "iOS Only: -x [Apple ID] [Password] Fetch and decrypt iPA with specified Apple ID"

Al4ise commented 2 years ago

azule -x [appleid] [password for appleid] -i [bundle id of app you want to decrypt] -o [output destination for decrypted ipa]

heinekenpsx commented 2 years ago

Thanks

heinekenpsx commented 2 years ago

@Al4ise azule only supports apple id in the US region? I also can't use --country flag I want to use apple id in Vietnam region, it gives invalid error

Al4ise commented 2 years ago

just pushed an update. -z can now be used to set a country code

heinekenpsx commented 2 years ago

Thanks

heinekenpsx commented 2 years ago

Hmm, invalid app Did I not do it right? xXx:~ mobile$ azule -x mail password -z AU -i com.swm.live -o ~ [] Checking for App Updates... [] Invalid App

Al4ise commented 2 years ago

uh syntax looks fine.. does it do that with every app?

heinekenpsx commented 2 years ago

Yes, every app, i tried authenticating apple id with ipatool tool (by Majd Alfhaily) and it worked fine xXx:~ root# ipatool search 7plus -c au ==> ℹ️  [Info] Searching for '7plus' using the 'au' store front... ==> ℹ️  [Info] Found 5 results:

  1. 7plus: com.swm.live (4.33).
  2. 9Now: au.com.ninemsn.jump-in (4.12.16).
  3. SBS On Demand: au.com.sbs.ondemand (4.6.0).
  4. Amazon Prime Video: com.amazon.aiv.AIVApp (9.17.1).
  5. ABC iview: au.net.abc.ABCiView (5.1.2). xXx:~ root# azule -x mail pwd -x AU -i au.net.abc.ABCiView -o ~ -j [] Checking for App Updates... [] Invalid App xXx:~ root# ipatool auth login ==> ⚠️  [Warning] Enter Apple ID email: ==> ⚠️  [Warning] Enter Apple ID password: ==> ℹ️  [Info] Authenticating with the App Store... ==> ℹ️  [Info] Authenticated as 'Khang Nguyen'.
Al4ise commented 2 years ago

hm, i have an idea, though im on vacation rn so im not sure when i'll implement it

heinekenpsx commented 2 years ago

hm, i have an idea, though im on vacation rn so im not sure when i'll implement it

Ah, never mind, just do it when you feel free, thanks

heinekenpsx commented 2 years ago

This issue in v0.7.4 xXx:~ root# azule -x email pwd -C AU -i com.swm.live -o . -j [] Checking for App Updates... parse error: Invalid numeric literal at line 1, column 11 [] Invalid App