Post

Replies

Boosts

Views

Activity

Wallet Extension show tips "Cannot Add Card"
When integrating the Wallet Extension, after clicking my app icon from the "From Apps on Your iPhone" list, I encountered the message: "Cannot Add Card. '***' is not responding. Wait a few minutes and try again. If the problem continues, contact the card issuer's customer service" instead of the configured login page appearing as expected. What could be causing this issue, and how should I resolve it?
1
2
302
Jan ’25
Single-row UICollectionViewCell horizontal scrolling issue
In iOS, when using a UICollectionView with horizontal scrolling and only one row of cells: if all the cells have the same width, the spacing between cells is determined by minimumLineSpacing. If the cell widths are different, the spacing between cells is controlled by minimumInteritemSpacing. However, when the cell widths are different and the collectionView's height is smaller than the height of the cells, the minimumInteritemSpacing is applied to the left side of the first cell, causing the left margin of the first cell to become wider. Why does this happen?
0
0
155
Oct ’24
iOS version < 13 load the local cache exception
Hi! My project has a requirement: The WKWebView JS and CSS files load the local cache, while the data is fetched from the server. When I was in a "- (void) webView: (WKWebView *) webView startURLSchemeTask: (id &lt; WKURLSchemeTask &gt;) urlSchemeTask" to intercept requests and access to the cache executed [urlSchemeTask didReceiveResponse: response]; [urlSchemeTask didReceiveData: data]; [urlSchemeTask didFinish]; In the iOS version &lt; 13 OS no response, and can't display the web content, log "output Could not signal service com. Apple. Its the WebContent: 113: Could not find specified service", but on iOS13 mobile phone can display properly. What's going on here? What should I do?
1
0
966
Jun ’20