Apple APP with webviewer for IStore

Hi all,

have developed a small webviewer APP already live on G-Play.
Now I'd like to publish on Apple Store.
My Qs.

  1. Do I need to run the MIT App Inventor on a Apple Computer to bulid IPAs?
  2. Would a apple version support basic Webviewer and WebView Extra features?

Thanks for your reply

  • No.
  • Yes, but which WebView Extra features?

Show your (relevant) blocks and post the aia.

See also here: How to ask a question (open new topic)

HI Anke,

thank your for your reply.
Unfortunatelly
OrderApp.aia (2.0 MB)
the option "Download Certificate Request" isn't available. That's why I asked it I need an apple computer.
MIT1
any idea why?

here are the blocks.


The reason why I need WebViewExtra is because the site I show needs to store cookies.

Thanks a lot!

I think that's because you are working on this server, right?
https://ai2.appinventor.mit.edu/

Export your aia and import it on the following server, where you will find all the iOS functionality:
https://iosbuildservertest.appinventor.mit.edu/

1 Like

Great! Thank you. Didn't know that there was another sever
Saved my day

THanks a lot

You cannot use extensions in iOS apps. Apple doesn't allow it and also they would have to be written in Swift (not Java).

Your app works fine on iOS (with Companion):
OrderApp_2.aia (1.9 MB)

1 Like