Posts

Post not yet marked as solved
0 Replies
475 Views
I'm developing a widget for our App with custom provided values from type INObject. When the companion App updates a string in our database the same string is updated in our Widget UI via ReloadAllTimeLines(). This works fine. But this String is not updated when it is shown to the user during the selection of our dynamically provided values while editing the Widget. The old name before renaming is shown. Are there any possibilities to update the old Intent displayString. I have tried to set it in the getTimeline Method but this not working.
Posted Last updated
.
Post not yet marked as solved
0 Replies
253 Views
I have some Views in a VerticalStackview inside a CollectionView Cell. Now I Try to drag and drop the Views inside the VStackView. But the Drag Delegate is never called. When this Drag Delegate is connected to another View on another ViewController the Drag Delegate is called. What might be the problem in this case?
Posted Last updated
.
Post not yet marked as solved
3 Replies
577 Views
We have the following Problem: We get no message sent to the TransactionObserver when a user makes an inApp purchase in the App StoreWe have 2 consumable inApp Products and the App is in the production App Store. Now we have Feedback from our users and one problem is the problem above. The user has done the following steps.1. He had a credit balance on his that wasn't enough to pay for the IAP.2. He was routed to the AppStore to create a payment method3. He created the payment method with credit card4. He finished the IAP in the App Store5. He opened our App but the Consumable IAP was not detected, so that our app currency was not incrementedI think this problem is similiar to the problem that promo codes can not be restored for consumable inApp products.
Posted Last updated
.