app-store-connect

iOS in-app purchase count miss match

血红的双手。 提交于 2021-02-18 10:29:28
问题 iTunes Connect DAILY reports for our app shows lets say 52 purchases a day ... but according to our server logs, there was 55 purchases processed on the same day for which the items were delivered. How is this possible? Our server is keeping all the original purchase receipts (all 55 of them) and even now we can re-validate all of them with the apple servers successfully. We are using " original_purchase_date_pst " in the receipt to identity the date of purchase which we believe what iTunes

Getting UIWebview api deprecation message after adding PayPal pod in my iOS app

核能气质少年 提交于 2021-02-17 05:25:43
问题 I was building an iOS app and on a specific build version I added PayPal pod. Then when I submitted that app for test-flight, I got a UIWebview API Deprecation message ITMS - 90809 I am using pod 'PayPal-iOS-SDK' for paypal integration So what can I do to resolve this, and will it create any problem for successful app submission? 回答1: It appears you are using a deprecated PayPal mobile SDK that is no longer supported for new integrations If you need a native SDK, PayPal Express Checkout via

Xcode creates generic archive of iOS app because of malformed/incomplete Info.plist file inside the archive

旧城冷巷雨未停 提交于 2021-02-08 08:46:41
问题 I am trying to archive and distribute my ios app but out of nowhere it just stopped working. I have deployed my app many times and also had this problem before because xcode somehow creaded some bad xml lines in my project.pbxproj file, but eventually I edited the xml source code and it was ok (app archive and upload/distribution to AppStore). Now xcode is showing my new created archive in "Other items" sections and i cannot upload to AppStore. I opened the archive and I noticed that key

How should I fill out the Apple App Privacy in App Store Connect?

自古美人都是妖i 提交于 2021-02-07 08:53:45
问题 I'm about to publish my ios app to the App Store, but I don't know how I should fill out the Apple App Privacy in App Store Connect. I use admob, firebase analytics, firebase crashlytics and firebase authentication in my app. I've found this website that shows how to fill out the app privacy for admob, but I couldn't find one for firebase analytics or firebase crashlytics. Do you know any website or tutorial that shows how to do fill out the app privacy for firebase analytics and firebase

How should I fill out the Apple App Privacy in App Store Connect?

感情迁移 提交于 2021-02-07 08:52:24
问题 I'm about to publish my ios app to the App Store, but I don't know how I should fill out the Apple App Privacy in App Store Connect. I use admob, firebase analytics, firebase crashlytics and firebase authentication in my app. I've found this website that shows how to fill out the app privacy for admob, but I couldn't find one for firebase analytics or firebase crashlytics. Do you know any website or tutorial that shows how to do fill out the app privacy for firebase analytics and firebase

App Store Connect does not show all sales - why?

强颜欢笑 提交于 2021-02-07 04:21:05
问题 In order to be able to better estimate the revenue income of our app, we implemented a Database function that reliably (we tested it in Sandbox mode) increases a subscription counter for the subscription that was made by one once a subscription has been made. This function is only triggered once an in-app purchase has been successful (i.e. when we receive the feedback from StoreKit to enable the Premium functions). Now, we have found enormous discrepancies between the data we observed and the

How to set up iTunes Connect account for publishing paid iOS apps when you're not a resident of the US, CA, AU, or Japan? [closed]

拟墨画扇 提交于 2021-02-07 03:34:44
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last month . Improve this question Follow up to the question here. It's clear to me that overseas developers can sell the apps that they make. However, one step involved in the process of selling paid apps is have accepted the contracts (bank info, etc). This screenshot, is where I got stuck as a

How to set up iTunes Connect account for publishing paid iOS apps when you're not a resident of the US, CA, AU, or Japan? [closed]

六眼飞鱼酱① 提交于 2021-02-07 03:31:51
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last month . Improve this question Follow up to the question here. It's clear to me that overseas developers can sell the apps that they make. However, one step involved in the process of selling paid apps is have accepted the contracts (bank info, etc). This screenshot, is where I got stuck as a

Xcode creating generic Xcode archive instead of iOS App Archive?

一曲冷凌霜 提交于 2021-02-05 06:41:05
问题 I'm trying to upload my app to app store connect and I am unable to validate my app. I also see that identifier and other info is not showing up. Why is this? Is it a problem? If I can change this, how? [![enter image description here][1]][1] I have tried the things found in [here][2] that where voted 2+. Incase its relevant: I am using a project with cocoapods XML for info.plist: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com

Transfer IOS App from Testflight of one account to another account

二次信任 提交于 2021-01-28 11:02:49
问题 App is not published on App Store but distributed to testers via Testflight on previous account. Now I have to shift the app to new account. With same Bundle Identifier Can I place it on new account with same bundle identifier? What will be the procedure to transfer the app because it is in the Testflight and docs says "The app must have a published version." ? If I just have to simply upload it to new account then what changes to be made and what are the consequences? Will the testers get it