Posts

Post not yet marked as solved
2 Replies
968 Views
I'm facing a weird situation in my app. When keyboard shows up and I click on microphone icon for dictation, the "Enable Dictation?" alert shows up but disappears quickly before I can tap on any option. How do I find out what is wrong in my code or how do I fix it?
Posted
by pddltd.
Last updated
.
Post not yet marked as solved
5 Replies
4.6k Views
A user makes in-app purchase, uses our services and then later on asks Apple to refund. Is there a way we can identify this refund and associate it with a user so that we can block him from using our system further.
Posted
by pddltd.
Last updated
.
Post not yet marked as solved
1 Replies
487 Views
Recently I addd Apple Pay in my app after seeing that other similar apps have it. They rejected my app. Others apps allow users to purchase credit through Apple Pay which they use to send message. My also does the same. Why does Apple have double standard with similar apps? Rejection reason "Guideline 3.1.1 - Business - Payments - In-App Purchase"
Posted
by pddltd.
Last updated
.
Post not yet marked as solved
0 Replies
582 Views
I've applied for Apple merchant account by submitting form. didn't get any email if it was accepted or not. What is link to see Apple Merchant dashboard where I can see the payments?
Posted
by pddltd.
Last updated
.
Post not yet marked as solved
2 Replies
446 Views
Does apply provide In-App Purchase icon? I've been trying to find but couldn't get it anywhere. In my app I want to show customers various payment options such as PayPal, Apple Pay, In-App Purchase etc. Can't find any icon for In-App Purchase. I've seen some apps using an icon which is like Apple Pay icon but InApp written on it, not sure where to get it? Is there a way to get it programatically? If yes how?
Posted
by pddltd.
Last updated
.
Post not yet marked as solved
6 Replies
2.6k Views
Add To Constraints shows Standard and entering any value inside them isn't accepted. I can change these values from Size inspector. This weird problem happens when I try to pin the subviews to superview. If I position subview well off sides then this issue doesn't happen. Again if I change the values to 0 in Size Inspector problem appears.This problem happens on all storyboard and for all views so something globally has been disturbed. Does anyone know solution to fix this issue?I'm using xCode 11.2.1Here is screenshothttps://i.stack.imgur.com/nOEZ6.png
Posted
by pddltd.
Last updated
.
Post not yet marked as solved
3 Replies
3.8k Views
My question is regarding Consumable In-App Purchases & Identifying refunds.It's getting out of hand. Apple doesn't offer any API to find out users who have been refunded we are getting hit massively. Users use our service, get refund from Apple without our notice and continue to use servies. I'm pretty sure that such users keep repeating this.We are loosing $1000s every month. Ours is a marketplace app we pay to service providers so our losses almost double. Since there is no API and no other ways of identifying such users, I was wondering of we can get some help from App Store Connect - Sales & Trend Report?I can filter refunds, check the IAP amounts and compare with reports in my backend to narrow down users but it doesn't help much. Refund IAP amounts isn't exactly matching up so I can't pin point exact users.I was wondering if anyone knows any other ways which can help us to find out such users who have been issued refunds?
Posted
by pddltd.
Last updated
.
Post not yet marked as solved
0 Replies
470 Views
In my text view I'm getting following error when I tap on mic button on keyboard to start dictation. What is this error and how to fix it? [Utility] +[AFAggregator logDictationFailedWithError:] Error Domain=kAFAssistantErrorDomain Code=221 "(null)" UserInfo={NSUnderlyingError=0x2832cf8a0 {Error Domain=NSOSStatusErrorDomain Code=561017449 "(null)"}} !!! _NSLayoutTreeGetBaselineOffsetForGlyphAtIndex invalid glyph index 0
Posted
by pddltd.
Last updated
.
Post not yet marked as solved
1 Replies
1.8k Views
I've Storyboard in editor on left pane and assitant editor on right pane. When I click on Jump to definition it doesn't open file in assitant editor, it opens in Editor (left pane where I've storyboard) instead. It's a random issue and happens most of time.The way I open jump to definition is to right click on a function call and select Jump to definition. I have always used it so keyboard shortcut is not an issue. It used to work better in earlier version of xCode. Is there any bug in xCode?
Posted
by pddltd.
Last updated
.
Post not yet marked as solved
6 Replies
7.2k Views
When I click on a a view controller on storyboard it doesn't show associated file in assistant editor, it shows UIResponder.h instead. If I click on any view inside this view controller then it opens correct associated file. It's happening in an old project which I'm editing now. Is this a bug or settings issues. How to fix this?
Posted
by pddltd.
Last updated
.