Equivalence in iOS to Javascript interface in Android? -


i developing ios equivalent of running android app. both apps browser receiving data server. includes javascript thar checks server changes , issues local notifications when needed. in android done using interfaces. nevertheless, cannot find equivalent , straightforward solution ios (currently using swift). have got proposals on regard? (methods or workarounds this).

thanks in advance,

jose

have looked webkit? wkwebview, wkscriptmessage , apis may you're looking for.


Comments

Popular posts from this blog

java - Static nested class instance -

Python Pandas join aggregated tables -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -