Questions tagged as 'ios'

0
answers

How to change the ID Signing Certificate prefix of my iOS project

Currently I have several certificates of several development accounts in my workplace. I have a project that in the development and production mode has an ID prefix (Example: ABCDEFGHIJ) and I need to change it to another development team prefix...
asked by 25.05.2018 / 10:44
0
answers

Push Notifications in IOS with Ionic Framework

I am developing an app with the Ionic Framework, which has implemented notifications with gcm on the Android platform, the notifications arrive correctly, in IOS the same app does not receive notifications. On Android I have something similar...
asked by 17.05.2018 / 17:42
0
answers

Genexus 15 SD - "Error 1 reading target directory" when compiling iOS in Genexus 15

I've always had a problem compiling with iOS with Genexus. It happened to me in EVO3 and it still happens in Genexus 15. The problem seems to be when it tries to pass the Windows project to the Mac. Has anyone else happened to the previ...
asked by 15.05.2018 / 00:00
1
answer

Genexus 15 U10 on iOS comes out error "No module GXAudio found"

I have a problem when trying to compile my iOS project with Genexus 15 U10 with Xcode 9.3 (9E145). I can not find the Genexus librarian modules and it does not allow me to build the project. NOTE: It should be noted that I have to open the...
asked by 14.05.2018 / 17:55
1
answer

How do I save a file in the data folder of another application?

I am developing an application which I want to save a file ' xxname ' to the data folder of another application, the file is saved in the data folder of my application but how I move it from that folder. Example: From: var/mobile/co...
asked by 12.05.2018 / 23:15
1
answer

Create SWIFT pause menu

I am creating an iPhone app using swift 4 and I would like to add a pause menu but I do not know what commands I should use to make everything stop. I have some timers with which I increase the score and create random elements, I had thought I c...
asked by 06.05.2018 / 13:39
1
answer

Swift "IDAT written into file". High memory consumption when saving a one-in-one PNG list

I have a function that I pass a JSON list of names of .png files that has to be taxed in the SandBox as you read a URL. As it is taxing the pngs consumed memory is growing .. until there comes a time that if the list of pngs that I am taxing is...
asked by 10.05.2018 / 17:26
0
answers

Does not work flex-direction: column in iOS 10

In the following HTML structure <div class="bloque-informacion"> <ul class="lista-iconos"> <li>icono 1</li> <li>icono 2</li> </ul> <div class="logo-15"><img src="imagen15.png"/> </div>...
asked by 24.04.2018 / 15:53
1
answer

How is CamelCase used in Swift3?

How can I use CamelCase on a String I use in Swift 3? The problem is that I have an example of how I could apply it. For example I use a variable like the following:    var textTest: String="amelCase is a writing style that is   Applies to...
asked by 23.04.2018 / 02:56
1
answer

Generate IPA for iOS in xamarin forms of visual studio 2017 from windows

you will see I have a project in xamarin forms developed in visual studio 2017, the goal is to be multiplatform. For debugging and other tests I use an android mobile connected by cable to the PC, windows 10 for the UWP tests and a virtual machi...
asked by 09.04.2018 / 10:08