apple

You can't see the build in iTunes connect

The build doesn't appear in iTunes connect after downloading it from xCode. I tried to download it separately via the. ipa ar ... nnect, but it is not visible there. I also tried to fill in the version of a month ago, but all in vain. What should I do?

Placing the app in the Appstore

There is such a non-standard situation: The application works with a certain Internet service, which, of course, requires a u ... ork. Something like a user agreement. If anyone has encountered such things, please describe how you got around them. Thanks.

Root rights on iOS

Why do I need Root rights and why is there no way to get them on the iPhone? What are they for?

Appstore source code verification

The following point is interesting: when checking an application for publication in the Appstore, is the application's source ... s in the gui)? Is there a case of appruva application (say calculator) that asks for access rights to contacts or messages?

Tinyumbrella crashes on startup with java.lang.NullPointerException error

Installed TinyUmbrella from the official site on windows 10 x64. Java and Java Runtime Enviroment are installed. At startup, ... exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:62) at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:101)

how to switch to another viewcontroller in swift

I can't go to another page when I click on the button. It is clear that you need to drag through the control and everything w ... d: true, completion: nil) } } If the status is ok, then I need the transition, and if not, then I don't need anything.

Minimum "privacy policy" for an iOS app?

For some time now, Apple has been asking for a link to the privacy policy for apps: Tell me: What is the minimum possible ... this text post on your own site or somewhere there are already basic versions of these texts and you can give a link there?

Can I write in Java for iOS?

I have heard terrible rumors that there is no JVM on iOS. Moreover, I have heard terrible rumors that Apple does not allow yo ... Questions: Is it true? Is there really no JVM on iOS? Is it true? Does Apple really not allow you to install JVM on iOS?

Generation of.IPA without certificate requirement?

Good Morning, I wonder if there is a possibility to generate the .IPA ios without the need for certificate or something like that for testing in development, so as not to have to assign the device, is there such a possibility?

Do I need a MacOS computer to program Swift 4 and ObjC?

I'm doing a lot of research on application programming for iOS platform, and all the online courses I find computers are from the Apple line. To program Apple, do you need to have an Apple computer?

How to get back version of the app in the App Store?

I uploaded a version of an app recently with several modifications in the App Store (IOS), unfortunately a bug has gone up, ... go up to old compilation but even so it would have the approval delay of the store and it would be a kind of workaround.

WebView-open IOS app with Google Chrome

Hello, developing an app for IOS, but I would like it to open with Google Chrome instead of the Safari browser. Could any of ... return } //Aqui vocĂȘ tem a URL, e pode fazer o que quiser com ela. decisionHandler(.allow) } }