Thanks Shai for that detailed explination, i would like to notice according to my experiance to submit the generated version on the appstore you need to add the following things:
- The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data. - The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data. - Enable Push Notifications in the project editor's Capabilities pane, or manually add the entitlement to your entitlements file. - iOS Apps must include a 1024x1024px App Store Icon in PNG format. i'll try to use the static library and come back to you, thank's, regards Le mardi 26 décembre 2017 05:02:49 UTC, Shai Almog a écrit : > > Hi, > we are currently in the process of adding xcode 9.2 support which will > make this easier. To do this we need to update the OS in all the servers > which caused the recent regression with build failures due to timeout... > > We resolved that so we'll continue the update process soon. It might be a > bit slower as we do it one server at a time and we need support staff to be > available which is problematic due to the holiday. > > This should be around for January at which point we'll post instructions > on how to toggle the xcode version you compile against. Notice it will > still be experimental as xcode 9 broke a few things such as > push/notifications and has made some other things harder e.g. permissions > now require special build hints. > > If you need to do this now you can compile a static library on xcode 9 and > integrate it. > > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/e96e2a84-353a-4307-8f2b-81d06a6045ee%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
