Questions tagged [iosdeployment]

93 questions
1
vote
0 answers

Is it possible to deploy a Flutter application to IOS/Apple Store without an Iphone?

When I run flutter build ios: myair:myapp me$ flutter build ios Building com.myapp.app for device (ios-release)... Automatically signing iOS for device deployment using specified development team in Xcode project: XXXXXXXXXX Running pod install... …
Kirby
  • 1,980
  • 3
  • 21
  • 33
1
vote
3 answers

Xcode Failed to load profile

My Xcode suddenly got a weird issue that there's some provisioning profiles I couldn't download or even import them manually. Got an error message all the time. I tried to uninstall and reinstall Xcode again, and still got the problem. Also, I…
LongNV
  • 892
  • 9
  • 21
1
vote
1 answer

Terminal Stuck: Running Flutter App on iPad - Installing and launching...

When I try to run a flutter app on an iPad connected to my Mac, on the terminal the progress gets stuck here: The app is fully open on the iPad and functional. But on the terminal, I can not hot reload/restart. Anyone experienced this before?
Henry
  • 379
  • 4
  • 11
1
vote
1 answer

MDCCardCollectionCell doesn't call didSelect method - swift

I am trying to custom UICollectionViewCell by using material-components called MDCCardCollectionCell. But when i implement it successfully which means when i click on each cell i can see animate and so on.. But one issue after implemented that class…
1
vote
1 answer

How to provide force update to iTunes connect?

I want to upload a new version of iOS application to iTunes with re-branding logo and design So I want to force users to update it. Can anybody please guide me how can I force the user to update my new app in store? Is there any cause can happens if…
BARS
  • 629
  • 1
  • 6
  • 18
1
vote
3 answers

Difference between apple developer and enterprise account

We use apple developer account for submit IOS application in appStore. we got this email from apple after 10 days : We are unable to include your app, MY APPLICATION, on the App Store. Under the U.S. sanctions regulations, the App Store cannot host,…
ava
  • 1,148
  • 5
  • 15
  • 44
1
vote
1 answer

IOS and Zoom Display

i have issue with zoomed display. on IOS until today i did not see any changes on my apps when user turn on zoom display . now i developing an application, use auto layout constraints like always , but this is the first time that i saw that when…
1
vote
1 answer

viewdidload of second view taking time for call that is push from first view by collection view & table view didselect

I am tried to search & solve this problem please any one give solution of this problem. Actually, i am using collection view & also table view in my app but in case of push to other view by didselect of both view(collection view & also table view)…
1
vote
1 answer

Git push failed when I updated the cocoaPods

In order to fit iOS 10,I have to update these 3-part in cocoaPods,so I had updated the cocoaPods to it's newest version.APP works fine,but when I use git push, the terminal require me to input username and password for github,however,the terminal…
无夜之星辰
  • 5,426
  • 4
  • 25
  • 48
1
vote
1 answer

iTunes connect - must be uploaded directly

I've recently finished development on an app and have reached the point of deploying it to the store via iTunes Connect. I had managed to fill out all the required information under "App information", and "Pricing and Availability". However my issue…
Dan J
  • 43
  • 2
0
votes
0 answers

'pub get' has not been run flutter error. Clicked on get dependencies still getting a error.What shall i do?

'pub get' has not been run flutter error.Clicked on get dependencies still getting a error It,s showing process finished with exit code 65. I tried many times by clicking on Get dependencies still it,s not working and my app is not running.
Vishv
  • 1
0
votes
1 answer

ILStrip error when trying to Deploy .NET MAUI App to iOS

When I try to deploy my .NET MAUI App to iOS, I am facing the following error and it does not deploy ILStrip failed for obj/Release/net7.0-ios/ios-arm64/de/OptimizerApp.resources.dll: File…
OXO
  • 391
  • 1
  • 8
0
votes
0 answers

How can I fix 'Something went wrong initializing the native ReactNativeLocalization module' error when deploying a React Native iOS build?

So I want to create a build for iOS on my mac and I successfully did that. But currently my having these below errors: `[Sat May 27 2023 13:03:34.703] ERROR Something went wrong initializing the native ReactNativeLocalization module. Please…
0
votes
0 answers

apple app ID deletion on appstore connect

I am trying to delete an app ID from my apple developer account but I keep getting the following message. The App ID 'xxx' appears to be in use by the App Store, so it can not be removed at this time. This is not true because I haven't deployed the…
0
votes
0 answers

how to send same OTP to mobile number and Email with firebase

when I'm tried to send firebase otp to mail I got string formed func sendOtpToMobile() { guard let phonenumber = phoneNumberTextField.text else { return } PhoneAuthProvider.provider().verifyPhoneNumber(phonenumber, uiDelegate: nil) { [self]…
GokuliOS
  • 1
  • 2