Posts

Post marked as solved
21 Replies
8.5k Views
` Hi,I tried to submit with xcode and suddenly I got ITMS-90081 error saying thatERROR: ERROR ITMS-90081: "This bundle is invalid. Applications built for more than one architecture require an iOS Deployment Target of 3.0 or later."I have already set `ONLY_ACTIVE_ARCH` to NO.I was wondering if this is something to do with the Watch's new arch `arm64_32`?Regards,Rendy Pranata
Posted Last updated
.
Post not yet marked as solved
7 Replies
2.9k Views
I was wondering, we have already had Renewable Subscriptions items currently on sale on iTunes Connect, however, with iOS 10, the IAP group was introduced and I was wondering if it is possible to change the default group created in the iTunes Connect?If not and we have to create new items in the group, is it possible to migrate our user. (i.e unsubscribe from the current subscription group and move them to the new one)?Thank you
Posted Last updated
.
Post not yet marked as solved
1 Replies
1.3k Views
Hi,I have seen a crash stacktrace when the exception seems to be thrown from _thereIsNoSadnessLikeTheDeathOfOptimismIs there an explanation on whats causing this exception?Cheers,Rendy
Posted Last updated
.
Post not yet marked as solved
5 Replies
3.1k Views
The current architecture of the apps is like:NSPersistentStoreCoordinator |Root Context (Private Queue) |Main Thread Context (Main Thread Queue) | Background Operation Context(s) (Private Queue)It has been working up until now without problem when in iOS 12, We ve got a deadlock:Can anyone point us to the right direction here?
Posted Last updated
.