Questions tagged [iosdeployment]

93 questions
0
votes
0 answers

Ionic Preview & iOS preview issue

I have an issue here with 0clue what is going on. I am currently developing an application using ionic angular. The preview on the web version is totally fine and looks good reference image. But when I deploy it into iOS the button shape is off and…
0
votes
1 answer

Testing app colors are off when deplying through TestFlight

I am ready to test my app using TestFlight. I have gone through the whole process and have installed the app through the testFlight app in order to test it. When I Open it however, I noticed that the colors are way off which causes some UI elements…
barryalan2633
  • 610
  • 7
  • 21
0
votes
2 answers

Cannot Deploy Xamarin Forms iOS App on Real device for Debugging on Windows

I am not able to deploy Xamarin iOS app on Real Device. Here is my Visual Studio Details Getting the Following Log in Output window I have gone through every possible solution but no luck. Creating New Certificate and Provisioning profle Using…
gourish mesta
  • 23
  • 1
  • 4
0
votes
1 answer

Append Json Data in Array of Array(2D Array) in Swift

{ "status": 200, "message": "Success!", "result": { "LessonDetail": [ { "id": 78, "lessonjs": "", …
0
votes
0 answers

Designing data model for meal tracking app

Could help me with designing my data model, please? I'm developing a meal tracking app that counts meal calories by calculation all included ingredients. My current data model: Meal and Ingredient are CoreData entities. Meal has a "to many"…
lichb0rn
  • 69
  • 1
  • 1
  • 6
0
votes
1 answer

reading UserDefaults before init() or inside of init()

I'm having a problem getting my default_ip from my UserDefaults to a SocketManager. final class Service: ObservableObject{ let defaults = UserDefaults.init(suiteName: "group.com.Scheduled-countdown.settings") let manager =…
0
votes
0 answers

How to use same development and distribution certificate for two developeres

I need to use the same development and distribution certificate which was used by the other developer? How can I do manual sign in this and build and distribute my app using fastlane firebase
sejn
  • 2,040
  • 6
  • 28
  • 82
0
votes
1 answer

Disable reviews and rating after or before the app is released from the Apple App Store?

i just want to ask a quick question after a long search i haven't found an answer regarding this topic. in fact is there a way for a developer to disable reviews and rating after or before the app is released to the App Store , just for a very short…
0
votes
0 answers

Objection + Frida: The application could not be verified

I am using this tutorial to install my app with Frida on an Iphone 8: https://www.secjuice.com/objection-frida-guide/ To get the duplicates out of the way: Building and deploying via Xcode works fine The app is deleted several times before…
CularBytes
  • 9,924
  • 8
  • 76
  • 101
0
votes
1 answer

Does CoreMl support output a long feature rather than a final prediction?

I am making an app that needs a model to output a long feature(like 1,2024) given an image. I'm using iphone, so I chose coreml. But other framework is also welcome if anyone knows which one can output a long feature rather than prediction label.
黄冠斌
  • 11
  • 3
0
votes
1 answer

GeoFire setLocation method does not save location to Firebase Database

I've been reading Geofire documentation but for some reason, I cannot save the location. I'm trying to save the locations after login. I debugged it and observed that it doesn't even get into the if error. It also doesn't get latitude and…
0
votes
1 answer

Is it safe to share your ios development certificate?

Is it safe to share the same iOS development certificate. Does it expose anything sensitive such as your private key. The reason I am asking is because Apple seems to have a limit of 3 certificates, and we have quite a few freelance developers…
Yahya Uddin
  • 26,997
  • 35
  • 140
  • 231
0
votes
1 answer

Can kernel based tile shader write to color attachment?

Based on an example in Metal shading language spec: Example: struct Foo { float4 a [[color(0)]]; int4 b [[color(1)]]; }; kernel void my_kernel(imageblock img_blk, ushort2 lid [[thread_index_in_threadgroup]]…
painkiller
  • 155
  • 1
  • 5
0
votes
2 answers

How to make increase/Decrease the UpVote/DownVote like stackOverFlow?

I have this code which allows the users to make upvote or downvote like stack overflow. My problem is that the Text("\(likes) UpVote").padding(.top, 8) does not refresh immediately, instead the user should change the perspective to get the…
Alex
  • 267
  • 1
  • 3
  • 18
0
votes
0 answers

Is there a way to distribute an IOS app for around 500 users for free (without developer account)?

There are some apps that can be installed from safari and by trusting the developer . Now , The app isn't available on App Store, But still i can use it without reinstalling the certificate in a week . I want a permanent solution for this so that i…