Questions tagged [ixguard]

6 questions
5
votes
0 answers

Setup iOS project to obfuscate with iXGuard 4.6 version

The iOS project was setup to be obfuscated with iXGuard. So, with iXGuard <4.6 version (e.g. 4.5.1) and XCode <14 version, everything works fine, the binary was obfuscated successfully - no issue. After upgrading to XCode 14 and iXGuard 4.6…
5
votes
1 answer

Use iXGuard for Enterprise distribution

I'm trying to use iXGuard to obfuscate an app that's going to be distributed using Enterprise Distribution. Obviously, our Apple Developer Account doesn't have access to App Store Connect, so we can't create iOS App Store Distribution certificates.…
Behdad
  • 941
  • 12
  • 23
3
votes
2 answers

How to download and install iXGuard for iOS apps?

There is no any document for working with iXGuard. How to download? How to install? How to working with it? I have searched in website but not find any guid. https://www.guardsquare.com/en/blog/ixguard-30-released
reza_khalafi
  • 6,230
  • 7
  • 56
  • 82
2
votes
2 answers

Crashlytics upload dSYM manually for obfuscated application

I've integrated crashlytics in an application that uses ixguard as obfuscation tool. Making the suggested tests using simulator on non obfuscated version works fine. To de-symbolicate correctly obfuscated app crash logs a different dSYM file is…
Andrea
  • 26,120
  • 10
  • 85
  • 131
0
votes
0 answers

React Native 0.71 main.jsbundle seems encrypted?

Since React Native 0.71 the main.jsbundle seems encrypted? Or should we see it as the binary hermes bundle? Can someone explain why the main.jsbundle is not in ES6 javascript specification anymore? Or give some references to an explanation? Cannot…
Hans
  • 171
  • 2
  • 10
0
votes
0 answers

JavaScriptCore libpas scavenger error on Obfuscated IPA

I am trying to open a website with WebKit integration in my app but I am getting JavaScriptCore libpas scavenger error when I pressed the open button. I could not debug this problem because I am getting this error only with obfuscated IPA. From the…
sametbilgi
  • 582
  • 2
  • 7
  • 29