Questions tagged [iosdeployment]

93 questions
0
votes
2 answers

Can I provide app redemption codes without publishing?

my company wants to distribute out app via redemption codes at an expo. We do not want the app to be public, and we need more than 100 codes. We are enrolled in both programs, and the most recent build is approved on itunes connect but not released.…
McCadi
  • 229
  • 1
  • 2
  • 9
0
votes
1 answer

3dModel skeleton presentation in iOS application and its horizontal rotation 360 degree

i have a ios application where i have to present 3dModel of the skeleton and rotate it horizontally 360 degrees. I have searched a lot but didn't reach to the solid lead, help will be appreciated.I am doing project in objectiveC
baydi
  • 13
  • 3
0
votes
3 answers

xamarin IOS designer cannot constraint to super view edges?

I just updated my Xamarin version and I found that I cannot constraint to the leading edge or trailing edge of the Container View. However, I can only constraint to the Leading margin or Trailing margin(Picture Attached). Is there a way to let me…
Student222
  • 3,021
  • 2
  • 19
  • 24
0
votes
0 answers

How to open already installed app on iPhone in automated way w/o ios-deploy

I am stuck at a point, please help me someone. I have an .ipa and i am installing it on my iPhone via iOS-Deploy, now i want to open that application in an automated fashion. How can i do that ?? I am not using iOS-Deploy further to open the…
user2606782
  • 260
  • 1
  • 5
  • 15
0
votes
0 answers

How to dismiss or suppress permission issue automatically related to Contacts, Camera, Microphone in iOS Application

I have been working on a project wherein i made a framework where i automatically test the SDK my company is developing. I have created my dummy sample application for all the platforms(iOS, Android, OSX, Windows) which makes use of this SDK and i…
user2606782
  • 260
  • 1
  • 5
  • 15
0
votes
1 answer

Is there a way to use Fastlane to deliver app to a physical device?

I use Fastlane to build and deliver my apps, but still could not find a way to build and deliver the apps directly to my physical device (attached to the Mac) via command line. Currently this is the only task I need to use Xcode to accomplish.
Felipe Plets
  • 7,230
  • 3
  • 36
  • 60
0
votes
1 answer

iOS How to set background image for text in UILabel/UITextView?

As the picture I marked in red Rect, how to implement it? The image and text in the same line; The text can wrap to the first column;
Raymond Liao
  • 1,799
  • 3
  • 20
  • 32
0
votes
1 answer

Make local playlist with songs from iTunes

Is there any chance to search iTunes for songs and add them to the local playlist programmatically? BTW: I created local playlist successfully and got JSON but I don't know how to use it: NSMutableURLRequest *request = [[NSMutableURLRequest alloc]…
DZoki019
  • 382
  • 2
  • 13
0
votes
0 answers

ionic app windows and iOS versions

I'm working on an app using the ionic framework. I first made the app for Windows on android and then for iOS on iPhone. I just copied and pasted www folder from window machine to mac machine. But iOS deployment is giving different errors every…
Ganesh Yadav
  • 2,607
  • 2
  • 29
  • 52
0
votes
1 answer

Unable to generate Certificate and Profile

In iTunes connect when I try to add the application I got the following prompt I clicked on Register one here and I was redirected to free account page But I was requested to join my clients team and I have done all things stated in mail. I…
Rajesh
  • 10,318
  • 16
  • 44
  • 64
-1
votes
1 answer

VS 2022 for Windows "No Matching Provisioning Profiles Found"

Once again, when I build my Xamarin iOS app and select a signing identity in the project properties, I get "no matching profiles found" in the "Provisioning Profiles" dropdown, I had this issue some time ago and posted it here. And now I can no…
Prescott Chartier
  • 1,519
  • 3
  • 17
  • 34
-1
votes
1 answer

VC presenter is not being initialized prepare for segue IOS swift

Hello i am facing the problem as the prepare for segue function is not working properly i've the code can you please tell me how can i debug it as it has optional conditions how i can remove them and check what's the problem or what i am doing wrong…
-1
votes
1 answer

how to make PdfView with side preview and main view

Same as above screen i want to show Pdf document in two lanes. I have tried displayMode property of pdfview but not find any desired solution.
Jagveer Singh
  • 2,258
  • 19
  • 34
-1
votes
1 answer

How to take parameters from plist?

I am quite new at Objective-C programming, I was asked to develop a framework that could be implemented in IOS apps. This framework has three methods (that take a model object as an argument) that perform API comsumption and return a message (that…
Rafael
  • 117
  • 1
  • 9
-1
votes
2 answers

iPhone 8: view doesn't hide under the Navigation bar

I have searched all the questions and mostly developers are asking how to solve issue where view is hiding behind navigation bar, on the other hand I want to hide my view behind the navigation bar but had no luck. I have a tableview and I want that…
Arun Kumar
  • 471
  • 1
  • 4
  • 14