Questions tagged [iosdeployment]
93 questions
7
votes
3 answers
iOS: How to release an app for a limited number of users?
I'm quite new to iOS distribution so I'm here to ask for the right direction, in particular because my objective is not a common publication.
I'd like to distribute to a few hundreds of selected users for at least half year. What provisioning…

user3290180
- 4,260
- 9
- 42
- 77
5
votes
2 answers
How to identify if user clicks on object that has been shown on screen using ARKit - swift
I am a new iOS programming. I want to build an application which allow user to click on specific object that has been shown on the screen. I am using addGestureRecognizer to the object that has been shown in order to identify if user has been…

Visalkoko
- 63
- 9
4
votes
1 answer
What are the cons of the riblet architecture in uber?
I am studying the current architecture of uber rider app and I got to know the current rider app was evolved from MVC to a specific architecture called riblet, which is designed on top of viper by Uber themselves. As I understood riblets is…

Sudeepa Nadeeshan
- 150
- 2
- 13
4
votes
2 answers
How can I fetch a relationship in Core Data swift
This is my core data model:
I have two Entities: Folder <->> Note and I want to fetch all the notes in a folder.

gabriel igliozzi
- 71
- 1
- 3
3
votes
1 answer
Animation in SwiftUI not working properly
Does someone know why the following is not animation and is not working entirely and how to fix that? The problem is that some of our animation is not shown in this case. Maybe there is a workaround or so?
I read articles and so on for hours and…

lennardkorte
- 35
- 7
3
votes
2 answers
iOS change Enterprise Account for existing App
I would like to know if its also possible to transfer an existing app from one Enterprise Developer Account. For example:
We already deployed an app with an existing account and specific app id: com.company.appname
Now i would like to transfer that…

derdida
- 14,784
- 16
- 90
- 139
3
votes
1 answer
sudo npm install -g ios-deploy error
So I was trying to learn Cordova/PhoneGap and I'm currently learning "Build". Based on the tutorial that I'm following, I need to sudo npm install -g ios-sim. It was successful then after that, the tutorial told me to install ios-deploy. And I did…

d3bug_asking_answering
- 221
- 1
- 2
- 10
3
votes
1 answer
Things to be considered while upgrading the iOS app
There is an iOS app developed in iOS 4.3. Now I want to upgrade this app to iOS 9 and later. I can able to run the application even on iOS 10 devices. But there are lot of deprecated warnings regarding the latest SDK.
The main reason I'm posting…

Vijay
- 791
- 1
- 8
- 23
2
votes
2 answers
Incorrect bundle identifier for Expo App when uploading .ipa to the App Store with Transporter.app
After building an Expo application archive via expo build:ios, uploading the .ipa file via Transporter.app fails with this error:
Could not create a temporary .itmsp package for the app "filename.ipa"
No suitable application records were found.…

patrinoua
- 21
- 1
- 5
2
votes
0 answers
Objective-C WkWebView evaluateJavascript return always null value even though JavaScript function return some value
I am calling JavaScript function written in local JS file from application’s native iOS code (.m file) as below.
[vc.webViewEngine evaluateJavaScript:javascript completionHandler:^(id result, NSError *error) {
The function (Function1) invoked…

Amit
- 31
- 2
2
votes
3 answers
App runs perfectly on simulators but not on physical devices [on iOS 13.3.1]
The app runs perfectly on every simulator but when I try to run it on a physical device , it shows the following error :-
I also tried to run it on various physical devices like iPhone 6 , iPhone 7 and iPhone 11.
After that I came to a conclusion…

Shivam Parmar
- 1,520
- 11
- 27
2
votes
2 answers
Make UIView scrollable and zoomable
I'm trying to make a UIView scrollable and zoomable, I embedded in a scroll view and set its delegate but it does not work.
I'd like that "selectCountries" UIView can be scrolled and zoomed in and out like an image or similar.
How can achieve this…

Andrea Maps
- 97
- 8
2
votes
1 answer
using in-app purchase in swift without paid apple developer account
I am studying IOS developing using swift but I have a problem, now I am studying in-app purchase in swift but I don't know how to use this feature inside my app because I don't have a paid developer account I only have a free developer account and I…

Bako Abdullah
- 75
- 2
- 8
2
votes
0 answers
Xcode Archiving: The following errors occurred while locating and generating signing assets
I don't have any warnings/errors in xcode, but when I try to archive and distribute my app, I get the following:
Automatic signing is unable to resolve an issue with the
"ThisOrThat.app" target's entitlements. Switch to manual signing and
…

connorvo
- 761
- 2
- 7
- 21
2
votes
1 answer
App contains both online video and offline services. How does Apple defines it for 30% charges?
we have an app which has both services at 30% online video and 70% offline onsite serivce for customers. As the policy defined by Apple company that any online service virtual through APP will be charged 30% of total amount.
The problem is that our…

Anthony
- 71
- 1
- 3