Questions tagged as 'ios'

1
answer

AlertController in response to a URLSession

I try to modify the user data of an app through the connection with a web server which responds to this request with a boolean. The code implemented for the connection is fine because when checking the data, they are correctly reflected to those...
asked by 16.10.2017 / 01:06
1
answer

Error PLA 1.2 when trying to publish an application on ios

I am trying to publish my application, but in the revision I get the following error in itunnesconnect: Does anyone have any idea what the reason for the error is? PLA 1.2 The author and company names associated with your app do not ref...
asked by 14.09.2017 / 02:25
1
answer

Core graphics - Create and draw a CALayer

Good, I'm having a problem that does not throw any errors by console, just Xcode goes AppDelegate with a red line. I'm trying to create a UIButton with a sublayer which should be a circle bordering the button (which would also be a circle...
asked by 10.09.2017 / 17:38
1
answer

How to set up a custom B2B app so that it is available to a customer?

I have an app developed and I want to distribute it through Apple's private B2B system. The steps I have followed are the following: Upload the app to iTunnes connect. (Xcode - Product - Archive - Upload to App Store ...) With the ID...
asked by 30.08.2017 / 16:20
1
answer

Error uploading an app to the IONIC Package with IOs platform

I have a development made with IONIC 1 that works perfectly on Android . I'm trying to upload it to the cloud with " IONIC Package " for IOs platform, to get the executable ". ipa " of iPhone. With the execution of " ionic package build...
asked by 18.08.2017 / 15:34
1
answer

Fastlane - Missing required icon file

I'm trying to execute the command fastlane deliver However, after trying all the answers from all the forums I found, I still get the same error that is the following:    [13:44:26]: [Transporter Error Output]: ERROR ITMS-90022: "Missing...
asked by 22.08.2017 / 13:52
0
answers

Is there a cordova plugin for iOS push notifications that is currently working?

I tried to run push notifications on iOS but they do not work. I am using the $ cordovaPushV5 plugin but they do not arrive (I configured all the APPLE certificates and also activated the notifications in the XCODE project). Can someone give m...
asked by 03.08.2017 / 23:05
1
answer

Problems with editButtonItem

I have a question. I put a button on objective C, self.navigationItem.leftBarButtonItem = self.editButtonItem . He shows me the button but he does not act on me. I had it mounted on a TableViewController and I have passed it to a...
asked by 30.07.2017 / 01:18
1
answer

Use SWRevealViewController with TabBarController Swift 3

Good afternoon, I'm using this library to open a side menu:    link Everything works correctly, opens and closes the menu correctly, I am also using a TabBar, it is staying like this: So far so good, my query comes when for exa...
asked by 02.08.2017 / 21:02
1
answer

Swift 3 - Wait for the server result

How could I wait for the server to return a result and only then execute another function (which will use data from the server response). Something like: func A: I get response from the server: responseCode = 200, which I store in a varia...
asked by 13.07.2017 / 10:51