Post

Replies

Boosts

Views

Activity

How to set desired price-points efficiently (API is sub-optimal and slow!)?
Hi, I am setting manual price-points for in-app purchases using API. Currently the procedure is extremly slow because to set the desired price-point like $4.99 I have to find it's ID, so I have to pull all price points for the specified territory to find price-point ID. What makes things even worser price-points can't be shared between in-app purchases, I mean the price-point of $4.99 in USA has different IDs for different in-app purchases. So changing prices for all in-app purchases and 50 countries takes a lot of time because each request is 2+ seconds. Besides from time to time the API returns 500 Internal Server Error :( Did I overlook something?
0
0
266
Nov ’23
xcodebuild error when run by TeamCity but not over SSH
I am trying to build Xcode project using TeamCity (Xcode 12.4). The command line looks like this: xcodebuild archive -workspace "some real workspace path" -scheme "some real scheme" -configuration Release When I run the command over SSH or locally in the Terminal it runs succefully. But when it is executed by a CI agent it fails with: error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "6Z7YRS8ZC4" with a private key was found. This error occurs on the start before any compilation. The CI agent works under my administrator user. Working directory is the same. The only difference is (this is my guess) CI agent runs commands in non-interactive way. I have tried manual signing and automatic signing too. I think I have no mentions of "iOS Development" in the project. I am using the "Apple Development" certificate.
2
0
743
Mar ’21