I have my iOS application (standard application with legitimate configuration). It gets information about phone number from network and shows to user. Application can work with network, has storage and it's very clever :).
Also I have a tweak for InCallService.app that shows additional information about current call. I want this one to be very stupid and simple.
I need an advice how can I make communication between the tweak and the application. I want the application to be started by request from tweak in the background mode, then loads information in background mode store received data and return this data to tweak. Data contains a lot of information and I'm not sure that all this information can be posted inside of URL.
Which technologies should I use? Also if it's possible any links to related subjects would be appreciated.
Jail broken iOS: Communication between tweak and application
729 Views Asked by D.Tyagniy At
1
There are 1 best solutions below
Related Questions in IOS
- URLSession requesting JSON array from server not working
- Incorrect display of LinearGradientBrush in IOS
- Module not found when building flutter app for IOS
- How to share metadata of an audio url file to a WhatsApp conversation with friends
- Occasional crash at NSURLSessionDataTask dataTaskWithRequest:completionHandler:
- Expo Deep linking on iOS is not working (because of Google sign-in?)
- On iOS, the keyboard does not offer a 6-character SMS code
- Hi, there is an error happened when I build my flutter app, after I'm installing firebase packages occurs that error
- The copy/paste functionalities don't work only on iOS in the Flutter app
- Hide LiveActivityIntent Button from Shortcuts App
- While Running Github Actions Pipeline: No Signing Certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID
- Actionable notification api call not working in background
- Accessibility : Full keyboard access with scroll view in swiftui
- There is a problem with the request entity - You are not allowed to create 'iOS' profile with App ID 'XXXX'
- I am getting "binding has not yet been initialized" error when trying to connect firebase with flutter
Related Questions in IPC
- Communicate/transfer data between two different programs. JAVA & VERILOG
- Update a reactive value in a function
- How many senders and receivers of a notification are possible in a POSIX message queue
- gRPC for communications between three separete processes
- Python multiprocessing Queue: performing get() is a bottleneck
- How can Java write commands to the GHCi?
- Electron ipcRenderer import causing error with in webpack project
- FreeRTOS Callback vs. Queue
- Python question - Communicating Between Multiple Instances of the Same Application? IN WINDOWS OS
- How can I handle multiple (compound) commands in a command server program?
- How to create an unordered_map in shared memory without boost?
- IPC between Android app and native user space process
- Filemapping between python and c++: File not found
- Parent-child IPC on Windows using Python and custom file descriptors
- Difficulty formatting xml file in Perl
Related Questions in JAILBREAK
- How do I access an iOS app's SQLite database?
- Auto-start KOReader on startup of my jailbroken Kindle Voyage
- Why does this code deadlock on ios 15 and up?
- How can I hook Springboard and all apps to listen for a physical button press?
- jail-monkey isJailBroken() method returns false for Android emulator after React-Native upgrade
- auto resize cell heights
- Phone tricks and hidden layouts
- Find vmaddr_slide of main app binary externally (Apple iOS)
- iOS Configure: error: C compiler cannot create executables
- How does Firebase AppCheck in Flutter handle device integrity checks (e.g., rooted/jailbroken devices)?
- Jailbroken iOS: How to execute shell commands from app extensions?
- Which method is responsible for taking screenshots in Darwin OS?
- Will android root detection techniques work the same for rooted Oculus devices?
- How to read the content of a text file in an iOS tweak
- Debugging logos tweak on WKWebView
Related Questions in TWEAK
- Find vmaddr_slide of main app binary externally (Apple iOS)
- AVAudioSession instance be deactived just after handling AVAudioSessionInterruptionNotification ended signal
- How to hide control center status bar in Theos tweak?
- Postman - change part of return of a POST to localhost
- In Visual Studio 2022, as soon as I move my mouse and hover over other item it changes immediately. ¿How can I fix this?
- Getting theos to hook into SBStatusBarManager
- Hopper disassembler ASM
- Mirror material doesn't show reflections correctly
- Why is this animation not working as intended?
- RHEL 8.3: Toggle Top Icons Plus Gnome extension in Tweak Tool with script
- When creating localiap purchase there’s no receipt
- How to hook into a framework method?
- how to fix Problem with FCAlertView In a ios tweak
- Simulate Touch Event on iOS - jailbroken - iOS13+
- Ken Burns Slideshow Modification
Related Questions in CYDIA-SUBSTRATE
- DragonMake iOS-simulator error when trying to build
- How can I hook Springboard and all apps to listen for a physical button press?
- Trouble getting an address from _dyld_get_image_header method in iOS program
- How can I detect which Android native function that is hooked by Cydia Substrate: MSHookFunction?
- How to hook into Objective-C method using Theos Tweak
- Make a theos tweak work with all user apps
- Cannot Find Private URL For Opening Files App From Within Another App On iOS
- How can I hook a subview of a subview?
- How can i enable smart invert in iOS? (Objective C and cydia jailbreak app)
- How to compile RootCloak Plus APK from Github source?
- Cydia Substrate Android: MSHookFunction crashes with Fatal signal 11
- How does cycript / substrate work to hook into a process?
- How would I use SharedInstance correctly in a Cydia Tweak?
- Jail broken iOS: Communication between tweak and application
- Setting frame if in landscape not functioning iOS
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
CPDistributedMessagingCenter is a popular option. It is a wrapper over the existing messaging facilities in the operating system. It provides server-client communication between different processes using simple messages and dictionaries. http://iphonedevwiki.net/index.php/CPDistributedMessagingCenter
RocketBootstrap is another option. It is a library that solves a denied lookup error of IPC services on iOS 7 and above http://iphonedevwiki.net/index.php/RocketBootstrap