func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) { let eventVC = EKEventViewController() eventVC.event = eventItems[indexPath.row] eventVC.allowsEditing = true eventVC.delegate = self self.presentViewController(eventVC, animated: true, completion: nil)}done bar button is not show.....help me
Search results for
build disappears
50,310 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Today, Feb 22, a new version of my app posted to the App Store. Unfortunately, a few of my matches have disappeared again. Disappearance I believe coincided with the App Store version update.
Topic:
Graphics & Games
SubTopic:
GameKit
Tags:
I have a weird problem using a popover - this behavior is pretty random to me so I somehow think it's a bug - but I cannot reproduce the problem in a smaller project to give you reproducible code. I'm showing a table with a few rows and columns, one of this items per row is editable. If the user taps on the button a popover does appear, presenting a View with a TextField or a TextEditor (tried both with the same result). It all works fine on the iPhone (any situation), it works on the iPad in horizontal format, it works on the iPad in vertical format if there is an external keyboard connected. But - as soon as iOS needs to show the on screen keyboard, the popover disappears and so does the keyboard again. I replaced the popover view with a simplified version, to make sure there is nothing wrong with the popoverView and still got the same behavior. struct SimpleRemarkPopover: View { @Binding var showPopover:Bool @State var comment:String var body: some View { TextEditor(text: $comment) Button(action:
Some people have reported that their keyboard extensions have disappeared in iOS 17. When this happens, the keyboard no longer shows up in System Settings or the keyboard switcher. The app can still detect the keyboard, but it doesn’t show up anywhere in iOS. The problem happens for keyboard extensions with a bundle ID that starts with se. on iOS 17.2 and 17.3.1. I haven’t tested on iOS 17.1 yet. Bundle ID The problem only seems to affect a small number of apps, and all investigated so far have had a bundle identifier that started with se. (Swedish top domain) To investigate this, I created some test apps where bundle ID was the only difference, then added a custom keyboard extension to each app. This was the result: ✅ Bundle ID starts with com. - the keyboard shows up. ✅ Bundle ID starts with eu. - the keyboard shows up. 🚨 Bundle ID starts with se. - the keyboard doesn’t show up. ✅ Bundle ID starts with de. - the keyboard shows up. ✅ Bundle ID starts with da. - the keyboard shows up. ✅ Bundle ID st
FYI pdm - I've submitted my Messaging app for Beta Testing on TestFlight twice - and both times they just disappear after 24 hours. They start in Review but then when I check back much later, it's gone.My internal testing has a version (though I can't test because I can't receive the email)My extenal testing says You’ve submitted or tested all available builds for this version.Hope this helps.
Topic:
App & System Services
SubTopic:
General
Tags:
My app offers user to subscript vip & buy gems gem (consumable). After purchase succeed, the receipt will be sent to my backend in order to update the gem amount record. There's a checking for updating the gems number on database. However, I find that there're two problems there's only the latest consumable history. The second time buying the gem will erase the previous record. after subscription / renew subscription, the consumable record is gone I'm using sandbox environment. Do 1 & 2 still exist on Real situation? If 1 & 2 still exist on real situation, I've no idea to update the gem if the network fail (network fail: can't get the receipt after purchase gem, at the same time the renew subscription make the get purchase record disappear)
What I found is ?Try to scroll horizontally between the interface controllers inside a root page controller.Randomly after a while (30-1 min).You will find that one of the interface controllers gets missing.Blank view is shown, UI disappears completely. ( Black view with no interface ).Try to open the view debugger in XCode, you will find that the Interface window of the view is missing from the page view controller hierarchy.To reproduceCreate a new application.Create a new Watch applicationAdded 2 additional interface controllers to the storyboardsAdd Identifier for bothInside the initial interface controller callWKInterfaceController.reloadRootPageControllers(withNames: [View1,View2], contexts: [View1,View2], orientation: .horizontal, pageIndex: 1)Run the application on Watch OS 6 Series 3 ( Simulator or A device )Try to scroll randomlyWhat I expect from the Page controller to hold the interface controllers as it should and it shouldn't show a blank black screen, while the user is scrolling.
We tried to add a new video on our latest app update but it won't get saved even though iTunes connect confirms the video as okay.Our last update (previous to our current one!) required a 2 months long submission process because of Apples twisted app preview video upload system. We got that app rejected multiple times because the system didn't accept our new videos even though it confirmed the uploads as being valid, saving them with no error messages. Apple Reviewers didn't see our updated video but old, outdated videos that we deleted long ago. Thus we got rejected over and over.After we wasted those two months with Apples App Preview system we gave up and decided to remove all videos and go without the App Preview. The submission got accepted instantly.Weirdly enough after some weeks our new video clips magically appeared on the App Store presentation page no matter that we deleted them to get the app approved.Well, new app update, still same problems after all those months. We upload a video. iTunes Conne
releveant entitlements:<?xml version=1.0 encoding=UTF-8?> <!DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd> <plist version=1.0> <dict> ... <true/> <key>com.apple.security.files.user-selected.read-write</key> <true/> ..Trying to add a tag when user saves new file:[savePanel orderOut:self]; localData = [localAttrAtring dataFromRange:NSMakeRange(0,localAttrAtring.length) documentAttributes:documentAttrDict error:&error]; if (!error) { if ([localData writeToURL:fileUrl atomically:YES]) { if (tagType>0) { / if (![fileUrl setResourceValue:[NSNumber numberWithInt:tagType] forKey:NSURLLabelNumberKey error:&error]) { NSLog(@Error while setting file resource: %@, [error localizedDescription]); } else { NSLog(@TAG assigned: %i, tagType); } } else { NSLog(@NO TAG assigned); } [[NSNotificationCenter defaultCenter] postNotification:[NSNotification notificationWithName:kMacEnactFileWrittenNotification object:nil]]; }
I have a View that has an @ObservedObject it's bound to to display a List of items. When I tap on an item, I navigate to the next screen that uses the same dataset that the previous View is observing. I would like to disable the binding of the @ObservedObject of the previous View when I navigate to the next, otherwise if the data set changes, it tries to refresh the List of the previous View (which is no longer visible) and the app crashes. How can I achieve that?
Two days ago I opened AppStoreConnect, navigated to my app -> Subscriptions and it is empty, we had 6 subscriptions in a group and now they are missing. Though, we still see successful purchases, we can make sandbox purchases in dev mode and receive valid receipts. How can we restore it? We can't control prices, offer codes etc. for existing subscriptions.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Store Connect
Subscriptions
Hi guys.I believe you all know that Apple has hosted OS X Manual Pages on this site (developer. apple.com) and that section was called Mac OS X Manual Pages. I had been using this website version instead of Terminal version for a long time.The Mac OS X Manual Pages was found:https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/#But couple of days ago this link was no longer accessible. At first i thought it could be some kind of maintenance job temporarily caused the manpages unavilable. But now it's been at least a week and I still can't access the manpages. I did search the website in case they moved it somewhere else, but I could only find manpages for iOS -- and nowhere to find the OSX manpages.Does anyone know where its is now?thanks a lot
Here's a simple C++ program that echoes its arguments... #include int main(int argc, char* argv[]) { for (int i=0; i ./test arg1 #arg2 arg3 0 ./test 1 arg1 2 #arg2 3 arg3 Running under lldb gives this... > lldb ./test arg1 #arg2 arg3 (lldb) target create ./test Current executable set to '/Users/richard/Work/test' (arm64). (lldb) settings set -- target.run-args arg1 #arg2 arg3 (lldb) run Process 6138 launched: '/Users/richard/Work/test' (arm64) 0 /Users/richard/Work/test 1 arg1 Process 6138 exited with status = 0 (0x00000000) I get the same if I quote the arguments, or if I add them to the run line. Stepping into main() we see the argv and args values are as though we only had the first argument. If I quote the second argument and add an initial space #arg1 then it works. I first saw this on an M1 running Sequoia 13.1. It am now on OS 13.3. lldb --version lldb-1600.0.39.109 Apple Swift version 6.0.3 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
At the moment when you set the App identifier on the Apple Developer web portal you can't check MusicKit as its capability. At first I thought that it is no longer needed as I made some progress and could authorise the app to use MusicKit on device. However whenever it tries to access something I get: [DataRequesting] Failed retrieving tokens for MusicDataRequest.Context(url: https://api.music.apple.com/v1/storefronts/us). Error = .developerTokenRequestFailed. I have tried with one app that was previously set through Apple Developer portal and it works. As soon as I change its bundle identifier (which creates a new app identifier) it has the same problem. And there is no place to check MusicKit anymore, at least not for me.
We are trying to add the Smart App Banner to our website to promote the app, but the banner is not shown. When the page loads, there is a flash of an empty Smart App Banner before it is automatically dismissed. If I put use an app ID of other apps the banner appears. I've triple checked that I'm using the correct app ID. So it seems like it is an issue with my app. I can see my app in the App Store, so I know it's available. I've tested on multiple phones. App ID: 413258417 App Url: https://apps.apple.com/us/app/gnc-livewell/id413258417 Below is the tag used to display banner: - When the page loads, there is a flash of an empty Smart App Banner before it is automatically dismissed. When i use other APP id for ex: Reddit - Banner appears