Posts

Post not yet marked as solved
2 Replies
Do we know if Xcode13 production will be released today?
Post not yet marked as solved
31 Replies
I will add that this is 7yrs old and have also encountered this. Not only on one app but on a second app as well. I've tried removing the image and setting the background to a color and that works. However, specifying an image in the storyboard the image does not show up? Attempting renaming the image and still does not show up. Very Very odd. How is this still an issue 7 yrs later? I have other apps that the LaunchScreen.storyboard works just fine???
Post not yet marked as solved
7 Replies
Seeing it here too. I notice there is a Beta 7 referenced in the Feedback app. Maybe its fixed in that?
Post not yet marked as solved
15 Replies
Post marked as solved
13 Replies
So Chrome Canary works on Silicon
Post marked as solved
13 Replies
I'll add my name to the list. Not working here either. Keep getting Error 5. Tried Chrome Beta as well.
Post marked as solved
13 Replies
Would love to hear of a fix for this as well. Not working here
Post not yet marked as solved
1 Replies
Post not yet marked as solved
6 Replies
Here as well. I am running this from an external drive. Beta 1 and 2 had no issues. Anyone have a work around for 3?
Post not yet marked as solved
2 Replies
This is my issue. I have called finishTransaction and they still show up.extension IAPService: SKPaymentTransactionObserver { func paymentQueue(_ queue: SKPaymentQueue, updatedTransactions transactions: [SKPaymentTransaction]) { for transaction in transactions { print (transaction.transactionState.status(), transaction.payment.productIdentifier) switch transaction.transactionState { case .purchasing: break default: print ("calling finish on \(transaction.payment.productIdentifier)") queue.finishTransaction(transaction) print ("finish returned on \(transaction.payment.productIdentifier)") } } } func restorePurchaces () { print ("restoring purchases") paymentQueue.restoreCompletedTransactions() } }
Post not yet marked as solved
4 Replies
Post not yet marked as solved
4 Replies
Still finding that this is an issue.
Post not yet marked as solved
4 Replies
I find that Waze does not always initialize (like 90% of the time. have to go into the phone, and launch / kill waze for it to display the map
Post marked as solved
36 Replies
Awesome! Thanks!