Post

Replies

Boosts

Views

Activity

Subscription "Waiting for Review" confusion
Hi all, A couple of days ago I submitted my app for review, along with the app I attached a couple of subscriptions I will be offering within the application. The app was rejected for a couple of reasons, so I had to resubmit with some changes. The app has now been approved and is live. However when I checked the subscription IAP's they were not availble. After checking on the App Store Connect I could see that the subscriptions were still in a "Rejected" state. I have submitted them and they are now in the state "Waiting for Review". What I am confused about is if they will wait in "Waiting or Review" until a submit a new build? Or can hey be reviewed in their own without need to submit a new buid? Any info would be great thanks! Dan
1
0
718
May ’23
How to mimic the way apple implements medals in their fitness app?
Hi all, I am currently making a fitness app and want to replicate the way Apple incorporate medals in their Fitness app. They have a page called awards and it looks like a collection view of different medals that the user can unlock. Once unlocking a medal the user can tap on the medal and it opens to a full screen intractable scene where the user can rotate the medal etc. I have had a play around with SceneKit and managed to get a medal loaded into a scene and display it in the app. However my functionality does not look as smooth or as polished as Apples. Does anyone have any idea on how they have managed to present all of the different Scene-kit scenes in a collection-view for example? Or how they have achieved the smooth transition between tapping on the medal in the collection-view and the scene. I guess this is created using SwiftUI. Can this be replicated in Storyboards? Thanks!
4
0
3.1k
May ’22
Navigation Controller Back Button not working correctly when tapped
Hi I am having an issue with the Back Button on my Navigation Controller. It looks as though the hitbox of button is misaligned, as although you can tap the button, it doesn't take you back a page like the back button should do. Below is an image showing the hittable areas. The green outlined areas work correctly, the red outlined area does not. Here is a video with the issue as well. The video shows me tapping on the back button a bunch of times without the button actually working. The final time I press the button I press it at the far right green area shown in the photo. https://youtu.be/LuWdYbl0BwM This is the default back button that comes with the Navigation Controller. I tried with a new UiBarButton that I added but I get the same issue. Has anyone had an issue like this before? Thanks!
3
0
1.8k
Aug ’21