objective c - Changing iphone code on the fly -


i have no idea event start searching type of thing, decided ask experts =)

i'm trying design app parses html websites , interprets it, know, websites not permanent , change in format render app useless (or @ least until apple approves version 1.x weeks later).

the way solve problem in windows create dll parses data, , update file when goes awry (very quick fix). similar solution possible on iphone? , importantly, can guys think of better solution? can't server side because of login complications, etc.

thank you!

you can download , execute javascript inside uiwebview. that's mechanism apple allows downloaded code of kind, , it's explicitly allowed in sdk agreement.

added: , can feed javascript functions (in hidden web view) text , regex expressions text modifications way.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -