Questions tagged as 'apple'

0
answers

Apple can not see my Ad

I submitted my app for review, but they say they can not find my Ad:    Your submitted IAP indicates that your app serves advertisements.   However, we were unable to locate ads in your app.       Please reply to this message to provide the...
asked by 06.02.2015 / 21:41
1
answer

How to get a unique device identifier for IOS

In development for Android you can set whether a smartphone is unique through your IMEI or MAC , and may not be the best way to only identify a mobile device, but it works very well. On the other hand, Apple no longer allows developers...
asked by 19.01.2018 / 15:11
1
answer

Complete Range Argument in Swift 3.0

I was normally using this code in a Swift 2.0 project, then I decided to update the project to version 3.0 and adapt some functions that have changed ... Only the last "range" argument I can not adapt. Swift 2.0 code: if let range = string....
asked by 26.07.2016 / 00:56
1
answer

Application name does not appear after download from APP Store

I developed an application in BUILDER APP and published in APP STORE, but in the last update I noticed that now, when you download the application, it appears with the icon and no name in the mobile phones (all versions of IOS) Does anyone kn...
asked by 23.10.2015 / 20:33
1
answer

Questions for app development with swift [closed]

I'm working with an app for iOS and I'm using Swift. My client who owns a restaurant would like to use an admin panel to add new dishes to the app. I would like to know if there is a panel on the net that already does something like this or i...
asked by 15.10.2015 / 04:23
2
answers

viewDidAppear equivalent in apple watch

I need to present a small animation (a sequence of images) when my App starts. The willActivate method does not help me, because it is still not showing anything. Is there a notification or something to make sure you're already showing th...
asked by 15.06.2015 / 14:18
0
answers

IOS emulator in Webview (iframe) losing asp.net session

I have a problem with my project in Ionic, below follow the versions.    Ionic: 4.1.2   ASP.NET: 2.1.502 A little bit about my project ... It has a route in the application where it generates a Webview (iframe) where in tha...
asked by 17.12.2018 / 20:26
1
answer

Problem with collectionView

Hello, good afternoon. I'm facing a problem with collectionview swift, it just does not appear, I do not quite understand this issue, but it does not get into the cell collectionView routine, I do not know if it's really working well, so I'd...
asked by 22.10.2018 / 20:29
0
answers

Problem creating a 2D object - Vectary

I created a 2D blueprint on the Vectary website to be able to export in USDZ, from Apple's iOS 12 to augmented reality. The template works. I can project the object normally in the real world, but the image has some rendering problem, turning...
asked by 14.10.2018 / 19:24
1
answer

How to convert NSData to URL

Friends I have an image saved in SQLite, I have read the image and put it in an NSData variable I now need to give play in this NSData but the component expects a URL NSURL *urlVideoFile = [NSURL fileURLWithPath:stringVideoPath]; //NSAsser...
asked by 15.09.2016 / 22:31