Post

Replies

Boosts

Views

Activity

What does 'Estimated Amount Owed' mean in 'Payments and Financial reports' tab in App Store connect?
Do I owe money to apple or does apple owes money to me? I've had 2 IAPs on my app. 1 of them was me only, and I haven't applied for any refund/cancelation of the IAP. In Payments and Financial reports section I can see 'Estimated Amount Owed' in a country wise manner! Does that signify the sales, and how much I'll get after deducting the apple's share or does that mean that someone applied for refund. The IAPs are of type 'Non-Consumable'
0
0
537
Apr ’21
how to correctly build an app for device and simulator that conditionally uses the correct framework. (not a universal/fat framework)
Have obtained separate frameworks for device and simulator, and I want to integrate those frameworks to achieve the desired functionality. I have included the simulator framework in my carthage framework project. When I am compiling my framework, I am getting the following error building for iOS-armv7 but attempting to link with file built for iOS-arm64 Undefined symbols for architecture armv7: "OBJCCLASS$...", referenced from: objc-class-ref in ViewController.o "OBJCCLASS$...", referenced from: objc-class-ref in DepedencyInjector.o objc-class-ref in ViewController.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) Can someone please help me resolve this
0
0
318
Jan ’21