I have a tweak with hooks to an app (tweak1) The tweak is supposed to use a framework to execute some code. Unfortunately within iOS7 I'm unable to do that.
However when the same code is executed in a separate tweak (tweak2) with hooks to springBoard, it runs just fine.
My question is possible for me to send a dictionary from the first tweak (tweak1) to tweak2 so it gets executed.
I think I need to use CPDistributedNotificationCenter. But not sure. If that's the case, a helping suggestions or example would be greatly appreciated.
many thanks