0

Can you use SIMBL to develop a plug-in for the iPhone's Safari?

John Bensin
  • 301
  • 2
  • 5
  • 20
user42118
  • 9
  • 1
  • 2

4 Answers4

5

No, you cannot.

Ben Gottlieb
  • 85,404
  • 22
  • 176
  • 172
5

As is clear in Apple's terms of use with the iPhone SDK, no non-native code can be run by any application. This means, among other things NO PLUGINS. At all. Not for Safari, not for your own application.

August
  • 12,139
  • 3
  • 29
  • 30
  • It's not possible taking into account Apple's terms of use, but... would it be possible from a technical point of view ? – Guido Dec 01 '08 at 15:05
  • so if you jailbreak iphone and use unofficial sdk you can develop plug ins? – user42118 Dec 01 '08 at 18:57
3

For devices that have Cydia, you can build a MobileSubstrate plugin. An example of such a plugin is DHowett's Safari Download Manager.

rpetrich
  • 32,196
  • 6
  • 66
  • 89
0

You could also create a Safari webplugin, which loads a custom UIView to display content based on MIME types.

http://iphonedevwiki.net/index.php/Internet_Plug-Ins

conradev
  • 1,074
  • 1
  • 14
  • 31