omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    HELP! How do I submit apps to the App Store from inside Pythonista?

    Pythonista
    18
    37
    43251
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • marcus67
      marcus67 @Gerzer last edited by

      @Gerzer Just came across your answer about the requirements regarding apps to be accepted to the AppStore. Just a quick question: If I built an app with a WebView referring to a page loaded from a local file and if I tried to execute Java script to modify the DOM of the page would that be subject to the restrictions that you mentioned? Thanks a lot!

      1 Reply Last reply Reply Quote 1
      • dgelessus
        dgelessus last edited by

        As long as the code comes from the app and not the user or the internet it shouldn't be an issue. Besides, anything rendered and executed by WebKit seems to be an exception to the "no code" rule anyway.

        1 Reply Last reply Reply Quote 1
        • Webmaster4o
          Webmaster4o last edited by

          @marcus67 No. The restriction applies only to code downloaded from an external source. Anything that comes bundled with the app is fine (as long as it doesn't violate any of Apples other restrictions)

          1 Reply Last reply Reply Quote 1
          • Phuket2
            Phuket2 @jb145491 last edited by

            @jb145491 , but you are being rude. There is no magic button to turn a Pythonista app into App Store ready app. You can do by using Xcode templates supplied by omz and with some of your own knowledge about iOS development. I will not tell you everything I am feeling right now. Because, I will give you the benefit of the doubt. It's a great community here. You can just relax and ask nice questions, they are answered here by very capable people. Not because they are being paid, it's just a passion for them.
            If you really feel that you need your 6.99 back or whatever you paid, I would be happy to give it to you out of my pocket.
            So let's start over....

            1 Reply Last reply Reply Quote 0
            • ihf
              ihf last edited by

              Not to get in the middle of this, but you do realize that jb145491 posted 10 months ago and AFAICT hasn't posted since.

              Phuket2 1 Reply Last reply Reply Quote 1
              • Phuket2
                Phuket2 @ihf last edited by

                @ihf , ok you are right. Still arrogant posting though. My blood just got a little hot. So now I shut up 😱

                1 Reply Last reply Reply Quote 0
                • ihf
                  ihf last edited by

                  I completely understand :-)

                  1 Reply Last reply Reply Quote 0
                  • donnieh
                    donnieh last edited by

                    The Pythonista App submission process is very simple and easy to do. Basically dropping your python files in Xcode and running it. From there it is in the hands of your developer account.

                    I started learning to write apps Apple's way. As in learn Objective-C and Xcode. Very hard thing to do. Then I tried Pythonista and it is the best Python IDE I have ever seen.

                    Pythonista opened a lot of doors for me and helped me learn Python. There is nothing like it out there. And the community is great. Very professional people.

                    1 Reply Last reply Reply Quote 1
                    • Gerzer
                      Gerzer last edited by

                      @marcus67 That should be fine.

                      1 Reply Last reply Reply Quote 1
                      • hetango
                        hetango last edited by

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        Powered by NodeBB Forums | Contributors