Post

Replies

Boosts

Views

Activity

Reply to What is causing this BadDeviceToken response from APNs?
I had this same problem on AWS. I had exported the sandbox token and my users were using Testflight, which uses the production cert, not sandbox.
Replies
Boosts
Views
Activity
Sep ’24
Reply to Advanced App Clip Experience URL - URL Status: Received
I see all of my URLs in the Advanced App Clip Experience as "Received" with a green dot. The ones on there work, but I added a new one. It has the same "Received" status but after 90 minutes it still doesn't invoke the App Clip. Is this like an app review? I've never seen them turn to 'Activated'.
Replies
Boosts
Views
Activity
Oct ’23
Reply to Setting launch screen image through info.plist - image stretches to cover full screen
I hate to say this, but I believe this skewing happens if you only include one of the 1x.2x,3x and it does a really BAD, like bad bad, like no one cares job at resizing it by just stretching it to the available space. I DO NOT want to add that extra 500K because that is 5% of my total app size budget for App Clip.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to Setting launch screen image through info.plist - image stretches to cover full screen
Even with 1x,2x,3x images it still skews. So, make it stop. Or not. I'm just here coding.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to Setting launch screen image through info.plist - image stretches to cover full screen
THIS is a really bad bug that needs to be fixed ASAP. I don't understand why this hasn't been fixed already considering the number of people asking about it. HOLY SCHNIKES! FIX IT!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to UI Testing target locale and region settings
You can add arguments when you run the UITest Application Like this: XCUIApplication().launchArguments += [“-AppleLanguages”, “(fr)”] XCUIApplication().launchArguments += [“-AppleLocale”, “fr_FR”] XCUIApplication().launch()
Replies
Boosts
Views
Activity
Aug ’22