views:

26

answers:

1

Hi everybody. I want to perform the following actions.

  1. The msg is sent from my app to other iphone.
  2. The recipient opens that msg.
  3. I want to execute some scripts(like some kind of animation or something) as soon as the msg is opened in iphone.

So is this kind of action available in iphone? can i execute some kind of script like perl or python or something. plz do reply.

A: 

You definitely can't run PERL or PYTHON on an iPhone (unless you jailbreak it).

What kind of message are you talking about? If they are plain TCP/IP messages, you can do a Cocoa Animation...

Pablo Santa Cruz