ios – (Swift) Stripe Apple Pay Cost not accomplished

[ad_1] Attempting to setup Stripe apple pay in my undertaking, however maintain operating into “fee not accomplished” as seen right here: https://i.stack.imgur.com/JMIx6.png The place I am calling the fee mannequin if backendModel.paymentIntentParams != nil { PaymentButton() { applePayModel.pay(quantity: cartCost, whole: totalCost, clientSecret: backendModel.paymentIntentParams?.clientSecret, pi: backendModel.paymentIntentParams?.stripeId) } .cornerRadius(25) .padding([.horizontal, .bottom]) } Apple Pay Mannequin func pay(quantity:…

Is there a state of affairs the place the iOS purchases are restored mechanically?

[ad_1] I’ve an app with non-consumable merchandise and a restore buy button to set off the restoreCompletedTransactions() circulation. That is working fantastic and the app has even been accepted by Apple Overview. Nevertheless, throughout my checks, typically the restore buy was triggered mechanically when the app begins, with none interplay with my restore purchases button….

swift – Find out how to make Flutter technique channel look forward to end result earlier than sending it in IOS?

[ad_1] I’m utilizing a sdk piano technique in ios which opens an OAuth display screen, the issue is that once I click on on the button flutter technique channel open the display screen, it’s obligatory to attend till the display screen is closed to ship the end result to the flutter, On the primary attempt,…

swift – How do I share content material from my iOS app utilizing the usual iOS share sheet?

[ad_1] It appears to be like just like the Share Extension permits different “host” apps to share content material with my “containing” app. How do I share content material from my app with different apps utilizing the usual iOS share sheet? I’ve discovered info on how you can use UISheetPresentationController and UIActivityViewController. What’s Apple’s designated…

ios – Can’t programmatically navigate again anymore in SwiftUI

[ad_1] So mainly I’ve a easy view like so: struct ContentView: View { @State var navStack = NavigationPath() @Atmosphere(.dismiss) var dismiss var physique: some View { NavigationStack(path: $navStack) { NavigationLink { Button { dismiss() } label: { Textual content(“Pop Again”) } } label: { Textual content(“Element View”) } } } } The issue is: after…

swift – The best way to disable bizarre rotation animations when setting UINavigationController.viewControllers with totally different orientations in iOS 16

[ad_1] The title could also be complicated, so I’ll clarify with an instance: There are 3 view controllers within the navigation stack: FirstViewController, SecondViewController and ThirdViewController. FirstViewController helps panorama interface orientation solely whereas SecondViewController and ThirdViewController assist portrait solely. When FirstViewController reveals up, SecondViewController will likely be pushed into the stack after 2 seconds, and…

ios – Ship knowledge to Airtables by a POST request with a json physique

[ad_1] Im attempting to ship knowledge to Airtables utilizing its REST APIs primarily based on the documentation. The half Im caught is including the parameters. It throws me an error saying “Invalid request: parameter validation failed. Verify your request knowledge“. The Curl based on the doc as bellow. My partially achieved code as bellow. let…

ios – Private Hotspot – Stack Overflow

[ad_1] I attempted to get private hotspot SSID, BSSID and Password data utilizing following code but it surely returns my wifi data and if i shut wifi than nothing to returns. func fetchSSIDInfo() -> String? { if let interfaces = CNCopySupportedInterfaces() { for i in 0..<CFArrayGetCount(interfaces){ let interfaceName: UnsafeRawPointer = CFArrayGetValueAtIndex(interfaces, i) let rec =…

javascript – Internet efficiency distinction between android and ios

[ad_1] Due to non-disclosure settlement points, i am unable to present a transparent picture of what I’m going through. I’m at the moment testing a responsive internet utility, and the efficiency distinction between Android-based telephones and ios-based iPhones is extreme. Whereas the online actually works effectively in each android and common desktop surroundings, it does…

ios – Is it attainable to trace SMS (time/date) on Swift anymore?

[ad_1] I’m making an attempt to research methods to see if there’s anyway to report when an SMS is obtained on iOS units with Swift. I attempted investigating and noticed that some customers used personal API’s to “intercept” textual content messages utilizing Core Telephony, however most of these ‘options’ that labored beforehand are decrypted, outdated,…

iOS, NEProxySettings doesn’t work,after I use NEVPNManager to develop VPN

[ad_1] I take advantage of NEVPNManager, I had related success, it really works properly.However After I need to restrict the usage of proxies for some domains, comparable to my very own App. I take advantage of NEProxySettings, Nevertheless it did not work, I do not know why.If anybody will help me, I actually admire it….

ios – Invariant Violation: requireNativeComponent: “RNCCheckbox” was not discovered within the UIManager

[ad_1] Variations:react: 18.1.0react-native: [email protected]/checkbox: 0.5.12 I wanna run this on ios gadget. By the best way, I additionally couldn’t run datetimepicker which can be a library of @react-native-community. Once I needed to make use of that, it gave the identical error. ERROR – Invariant Violation: requireNativeComponent: “RNCCheckbox” was not discovered within the UIManager. This error…

ios – Swift Package deal referencing one other Swift Package deal regionally, not acknowledged by check goal

[ad_1] I have been making an attempt to refactor an current swift bundle I made into a number of swift packages. I began by shifting code from the unique bundle (“Guardian”) bundle right into a second bundle (“Little one”) they usually’re in the identical xcworkspace. After making the code I wanted public and utilizing import…

swift – Why is iOS 16/Xcode 14 inflicting UI responsiveness points for apps that use location companies and adMob?

[ad_1] I get this error: This technique could cause UI unresponsiveness if invoked on the primary thread. As a substitute, take into account ready for the -locationManagerDidChangeAuthorization: callback and checking authorizationStatus first.”? Earlier than iOS 16 UI was positive, now it certainly appears laggy. Apparently it’s linked to AdMob. Google says it’s a bug with…

ios – Learn how to resolve a rejected app attributable to mislabeled as Apple Pay

[ad_1] My software received rejected attributable to Guideline 1.1.6 – Security – Objectionable Content material We seen that your app’s in-app buy merchandise are mislabeled as Apple Pay, which may confuse and mislead customers. To make clear this additional, once they tapped to buy the merchandise, my app initiated Apple Pay [payment sheet] as an…

Materials Icons not engaged on IOS cell units

[ad_1] Materials Icons not engaged on IOS cell units – Stack Overflow Requested at this time Considered 7 instances -4 New! Save questions or solutions and set up your favourite content material. Be taught extra. Wish to enhance this query? Add particulars and make clear the issue by modifying this publish. Materials Icons not engaged…

Trendy Concurrency: Getting Began | raywenderlich.com

[ad_1] Audrey Tam Audrey Tam retired on the finish of 2012 from a 25-year profession as a pc science educational. Her educating included Pascal,… Teacher Adrian Strahan Adrian is a contract iOS developer and Challenge Supervisor dwelling within the South West of England. He is labored on iPhone and iPad… Tech Editor Adriana Kutenko Graphic…

ios – file:/// url does not work in FormData [React Native]

ios – file:/// url does not work in FormData [React Native]

[ad_1] In my react-native app once I take an image utilizing react-native-vision-camera or resize a picture by way of expo-image-manipulator, I obtained the next url for the ultimate file/picture: file:///var/cell/Containers/Information/Software/CB881575-5B7D-4B1D-A016-CF6A4F025AB4/Library/Caches/ImageManipulator/F1233844-82D9-4281-9865-7B382F3F0F84.jpg Then I create a FormData to add the supply by way of axios: formData.append(title, { uri: uri.exchange(“file://”, “”), kind: “picture/png”, title: “filename.png”, }); Notice that…

ios – Binding a Stepper with a Dictionary SwiftUI

[ad_1] I am undecided if that is doable however I am presently attempting to create an inventory of steppers utilizing a dictionary[String: Int]. Utilizing the stepper I am hoping to alter the qty quantity within the dictionary. I attempted binding the worth to the stepper by first doing $primary[name] after which that did not work…

Is there a hassle-free approach to deploy a Flutter app to IOS appstore with out utilizing a Macbook/Xcode or Virtualbox with MacOS?

[ad_1] I’m growing an software in Flutter, utilizing Firestore/Firebase because the backend, and need to deploy to each Google’s Play Retailer and IOS’ AppStore. I’ve executed a good bit of analysis and have concluded that the one chance is probably utilizing a digital MacOS (Monterey or Ventura) on VirtualBox. Nevertheless, the analysis I’ve executed tells…

swift – iOS Swif- Fortify SCA – Alamofire – Unreleased Useful resource: Streams

[ad_1] Fortify’s Static Code Analyzer flagged out a excessive threat vulnerability – “Unreleased Useful resource: Streams” on Alamofire in iOS (Swift) cell app challenge. Abstract The perform lambda { (inout DataStreamRequest.StreamMutableState) -&gt; Void? }() in Request.swift generally fails to launch a system useful resource allotted by open() on line 1377.The recognized perform generally fails to…

ios – make storyboard in swift full display in all gadget?

[ad_1] ios – make storyboard in swift full display in all gadget? – Stack Overflow Requested at the moment Considered 6 occasions -2 New! Save questions or solutions and manage your favourite content material. Study extra. Need to enhance this query? Add particulars and make clear the issue by modifying this put up. I’m new…

swift – IOS App: Wired Picture displaying when set up app via App Retailer, however picture displaying nice when set up via Xcode

[ad_1] I am going through a problem just lately once I deploy a brand new model of my App into App Retailer. The picture is exhibiting up wired like low high quality with a sawtooth boundary once I set up my app via App Retailer, however the picture is exhibiting correctly if I simply set…

Adverts NOT exhibiting for over 2 month now, I get these ERROR however Check Adverts work for each Ios & Android

[ad_1] The advertisements had been exhibiting positive once I first revealed my iOS recreation however then it randomly stopped working and serving advertisements. My account is lively and has no violation. The advertisements standing for each iOS and Android says “serving is enabled”. Adverts.txt is each lively, all fee is full, each small element on…

ios – The way to use @FocusState in a customized TextField

[ad_1] I’ve this Customized View that has a Textfield and I need to use the iOS15’s FocusState. Since I can not entry the Textfield immediately, I need to cross it by the init() operate as follows. However the init operate would not appear to compile, any clues? struct CustomTextfieldView: View { @Binding var textual content:…

ios – Is there a motive to place the TabView within the App part fairly the primary ContentView based mostly on performance?

[ad_1] Drawback I needed to search out out if there was a standard sample with TabViews in a SwiftUI’s construction. My thought course of was that this must be contained inside the primary ContentView if an app has an onboarding sequence, because the onboarding sequence shouldn’t have a TabView. However then I noticed that the…