Hi Apple,
I suppose you already know that you have very annoying bug on your Appstore Connect portal, but I make one message for you:
When my colleagues tried to use App Store Connect portal under theirs accounts which has roles Developer, Developer and Support, Support, they have not had use this functions properly because they have next issue:
[Warning] No route found – https://appstoreconnect.apple.com/access/users (main.d4fa946d.js, line 2)
when try go to Users tab.
And also this issue:
{
"errors" : [ {
"id" : "a1a2d536-092a-4b63-92f2-c5dc70856216",
"status" : "403",
"code" : "FORBIDDEN_ERROR",
"title" : "This request is forbidden for security reasons",
"detail" : "The API key in use does not allow this request"
} ]
}
when load this resource https://appstoreconnect.apple.com/iris/v1/territories?limit=200
This is not applicable when set other roles.
Please fix this as fast as possible, because it prevent to do own work.
Post
Replies
Boosts
Views
Activity
Hello,
I can’t figure out to built in cell configuration in complicated scene. I have 3 type sections with 2 type cell (material and promo card for example) and 2 type of material cell size (main and general)… I would be pleased by your support to provide understanding that (
Hello all,I tried use UICollectionViewDiffableDataSource and UICollectionCompositionalLayout in one my project. But now I have problems with glitch UILabel content while horizontal scroll in UICollectionView, see picture:After inspect layout I couldn't find solution becase layout didn't contains any reasonable issues:Have you got this issue in your UICollectionView?
Hello, I have missunderstanding with Focus Engine.I have UICollectionView with Cells inside. In the first cell I have also ImageView which can be focusable.My problem consist in how to get next behavior:- Focus move to ImageView with Parallax (like button)- Tap- Tap sended to Cell, and Cell send action like Cell tapped.Yes, I want move focus to Image button and want save press action like press on cell not Image 😟It's real or not ? And how to bring it to life?