Post

Replies

Boosts

Views

Activity

Issues with iOS notifications after app transfer.
Recently our app was transferred from one developer account to another and since then it's not receiving any notifications. I noticed that the APN key and provisioning file were missing. I re-did them but still, the notifications aren't working. To summarise: I registered a new key with "Apple Push Notifications service (APNs)" service enabled. The app ID is already there, so I cannot make a new app ID with the same bundle ID. I re-did the developer certificate for my account. I generated a provisioning file. I disabled and re-enabled the Push Notifications capability, both in developer account and in Xcode. I removed and re-added Background modes and re-enabled "Background fetch" and "Remote notifications". I re-downloaded GoogleService-info.plist to the project. Xcode is configured to "Automatically manage signing". Even tried manually downloading the provisioning file to use it. Updated all Firebase dependencies. The app is built with Flutter, but it doesn't seem to be the issue with Flutter since I didn't touched the notifications code or dependencies until this issue occured. Aswell, I can retrieve both FCM token and APN token from inside my code, which leads me to believe that all is good on the app configuration part. My only ideea left is that this might be an issue with Apple's system. I know that this is a Apple developer forum but I don't require assistance with Flutter. I am curious if anyone had issues with push notifications after app transfer from one account to another and how/if they solved them.
2
1
800
Feb ’23
Don't understand how to add a splash image
Hello, Can someone explain to me how I can add an image which fills the screen for the splash screen? I am talking about the launch image. I can't seem to find a solution which works, before I tried the current solution, the logo was going outside of the screen. After I tried several solutions ended trying this application: https://github.com/raphaelhanneken/iconizer The issue now is that the the top and bottom is white, meaning the image is contained not covering the entire screen. In the Xcode storyboard I set the Content Mode to Aspect Fill, I added the colors of the image to the background to ensure there are no issues....
3
0
570
Sep ’20
How to get correct screenshot resolutions?
Hello, Trying to upload an app to the store and got hit by guidelines. According to the screenshots specifications for Iphone 11 the resolutions are: 1242 x 2688 pixels (portrait) 2688 x 1242 pixels (landscape) Link to specifications: https://help.apple.com/app-store-connect/#/devd274dd925 Yet my Iphone 11, does 828 × 1792 resolution screenshots, so I hope you understand how this is confusing... How are people getting their screenshots? Can't seem to find an option to change resolution in my phone.
4
1
12k
Sep ’20