Post

Replies

Boosts

Views

Activity

Reply to Adding png to ImageView causes black screen
Two, one for Launch, one for Main. When I attach the intended Launch image to the Main storyboard view it shows correctly, but it shows black when I attach it to the Launch storyboard view. Therefore there's nothing wrong with the actual launch png. When the Launch view has no image attached, I see the view's background color and my desired annotations. So, what settings can cause a png to show black?
Mar ’21
Reply to Adding png to ImageView causes black screen
This is getting interesting. Following your steps (thank you!), I get a solid black launch screen for a moment, then Main.storyboard turns the screen solid white as expected. Then, just for fun, in Main.storyboard I added Image View and selected the same png selected above: The png shows up properly! Then I went back to LaunchScreen.storyboard and deleted the Image View, and my previously added label now shows up. So the single step that turns the launch screen black (for me) is selecting the png in the Image dropdown of Image View. If I clear the field I see the View background color and my label. But wait! For more fun, I tried a different random png (132 x 125) and the launch screen is correct, not all black. So my full-screen (2200 x 3300) png works fine in Main.storyboard, but not in LaunchScreen.storyboard. So I conclude that there's a size limit (or some similar issue) to launch screen images. Is there? I definitely want my launch screen photo to cover the entire screen of every iPhone, but I suppose I can make it with fewer pixels and then have it stretched. In case you're wondering, the launch screen is a normal photo, and the main screen is a darkened version of it so white text is legible. I appreciate your help!
Mar ’21
Reply to Why does "NSArray *product = response.products" return no product?
Thank you for replying! Non-consumable in-app purchase "NSArray *product = response.products" is returning zero products, no error message Sandbox I had not tried StoreKit testing. I set it up. It's working. Thank you for the idea! I don't yet know why it wasn't working before, but I'll use this method until I submit the app and the in-app purchase. I'll hold off on the feedback assistant ticket for now. Thank you!
Mar ’23