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.
    • jfryznke
      jfryznke last edited by

      https://omz-forums.appspot.com/pythonista/post/5296659198115840

      Above is post with latest Xcode template along with set of directives from @omz

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

        Parenthetic perhaps but if I were trying to write apps for iOS and didn't want to go the "$99" route I'd use HTML5.

        But there'd be no app store for that.

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

          I have a 64-bit iOS app in the App Store made in Pythonista using the updated Xcode template linked to by @jfryznke: Servr - mobile edition. As I said in my last comment, Apple will accept apps made in Pythonista so long as they are 64-bit (which they are by default when using the new template). My personal experience can verify my claim, so everything should be fine. Good luck with the process!

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

            Thanks @Gerzer. Good to hear you had some success. Looking forward to my project with it as well. What was the app? Would love to check it out...

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

              @jfryznke: Just click the blue text (aka the link) in my previous post ;-)

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

                Ah, yes. Very cool. Nice work.

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

                  Thanks!

                  1 Reply Last reply Reply Quote 0
                  • 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