Search results for

calendar

1,868 results found

Post

Replies

Boosts

Views

Activity

Reply to We have determined that your Apple Developer Program membership, or another membership associated with your developer account, has been used for dishonest or fraudulent activity. This is prohibited by Section 3.2(f) of the Apple Developer Program License
Upon further review of the activity associated with your Apple Developer Program membership, we have determined that your membership, or a membership associated with your account, has been used for dishonest or fraudulent activity. Therefore, your Apple Developer Program account has been flagged for removal. Specifically, we found that your account is associated with terminated developer accounts, or accounts pending termination, in direct violation of the Apple Developer Program License Agreement, which states: You will not, directly or indirectly, commit any act intended to interfere with the Apple Software or Services, the intent of this Agreement, or Apple’s business practices including, but not limited to, taking actions that may hinder the performance or intended use of the App Store, Custom App Distribution, or the Program (e.g., submitting fraudulent reviews of Your own Application or any third party application, choosing a name for Your Application that is substantially similar to the name of a third
Dec ’21
Reply to Does a device channel mean enroll with DEP? (MacOS)
The device and user channels are specific to macOS and to the Shared iPad feature of iPadOS and it is not related to the enrollment type. As you noted, those channels are not available on iOS. You will find general information on device and user channels here (see What channels can configuration profiles be applied to? ): https://support.apple.com/en-ie/guide/mdm/mdmbf9e668/web And here is a complete list of payloads and what channel they are supported on: https://support.apple.com/en-ie/guide/mdm/mdm5370d089/1/web/1.0 One example might help: the Calendar payload is a natural for the user-channel to allow for each user of a device to have their own configuration: https://support.apple.com/en-ie/guide/mdm/mdmd57d3a18/1/web/1.0 Hope this helps!
Dec ’21
Beta Testing a Carnegie Mellon Tool for Privacy Nutrition Labels
I am part of a group of Carnegie Mellon University students working to help iOS developers fill out the app privacy details (privacy nutrition labels), which are required to list an application on the Apple App Store. We have created a software tool that has been designed to assist developers with creating or updating nutrition labels. Our research study involves asking iOS developers to use our tool and provide feedback on it. You will also be compensated in the form of a $15 Amazon gift card. Participation involves a Zoom interview during which we will: (1) grant you access to our software tool to produce a report on your application’s data collection practices, (2) observe you as you use the provided report to fill out the app store questions, and (3) complete a 5-minute survey about your experience. We will not request access to your source code. This study is expected to take 30 minutes. If this is your first time filling out the labels, the study may take longer because we will ask you to fill out the l
1
0
667
Dec ’21
Reply to M1 MBP Kernel panic
I am having the same panic as your unknown log. Here's an excerpt: panicString : panic(cpu 3 caller 0xfffffe0029d3f678): AppleH13CamIn::SharedMemorySurfaceTargetPhysicalAddressToHostVirtualAddress - Failed to map shared memory descriptor (IOSurface size: 98304, DART address: 0x03A28000)n @AppleH13CamIn.cpp:1267nDebugger message: panicnMemory ID: 0x6nOS release type: UsernOS version: 21A559nKernel version: Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:24 PDT 2021; root:xnu-8019.41.5~1/RELEASE_ARM64_T8101nFileset Kernelcache UUID: 39AE122AC7508C4798C8CF27369575F7nKernel UUID: 65055A0F-950D-365E-BE19-6B3D6230C622niBoot version: iBoot-7429.41.5nsecure boot?: YESnPaniclog version: 13nKernelCache slide: 0x0000000021334000nKernelCache base: 0xfffffe0028338000nKernel slide: 0x0000000021b58000nKernel text base: 0xfffffe0028b5c000nKernel text exec slide: 0x0000000021c3c000nKernel text exec base: 0xfffffe0028c40000nmach_absolute_time: 0x387278f102nEpoch Time: sec usecn Boot : 0x6198d404 0x000a9fc5n Sleep : 0x61990a70 0
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’21
Reply to iCloud for Mac is stuck on "waiting to upload"
I've been stuck on this issue for about 2 days, actively trying to solve it. SOLVED NOW! My iCloud Drive folders/files did not appear on my MacBook and newly created files were not uploaded to derive no matter what I did. I tried logging out/in, killing bird process, increasing priority of the process, digging down to the logs and so on... In the end, solution was pretty easy. BEFORE: I had 2 user accounts on my MacBook, work and private account. Work user account had work Apple ID as primary iCloud account and personal Apple ID as secondary iCloud account to only fetch events from private calendar. Private user account had personal Apple ID as a primary account. NOW: As soon as I removed personal Apple ID from work user account (used to be secondary account without possibility to sync files), syncing started to work on my private user account (personal Apple ID as primary iCloud account)! @apple - how about mentioning this somewhere in troubleshooting guides? Same Apple ID accounts cannot be used in
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’21
Call Tracking App (Not what you think)
Hi All. Looking for an IOS solution that will automatically add any call I make from my phone to my calendar. This is so I can track call history on my calendar, not track someone else's usage. My questions: What app does this? (couldn't find one in the app store/Google search, if you know of one please do share) Is it even plausible to create an app that would do this? IOW, will IOS allow this type of app functionality? Truly appreciate your feedback! BK
1
0
588
Nov ’21
How retrieve attendees associated with a calendar item?
I am trying to retrieve emails from participants in a calendar event. The documentation (https://developer.apple.com/documentation/eventkit/ekcalendaritem/1507140-attendees) states that this information is provided as as an array of EKParticipant objects. But, in reality, I get an array of EKAttendee objet. This object is not documented. It contains the information I'm looking for (email) but I can't find any way to retrieve it. Have you ever faced this problem? How to retrieve the email of the participants?
2
0
602
Nov ’21
Reply to Calendar Component Quarter always returns zero
Right now it’s wasting developers’ time. Agreed. We have a bug to track fixing NSCalendar (r. 30033548) but IMO you should file a bug to get the constant deprecated until such time as it’s been fixed. Please post your bug number, just for the record. so I now get the month and then determine the quarter with a switch statement If you do this, make sure you hard wire your calendar to .gregorian. The concept of calendar quarter can be made to work in other calendars but it’s not as simple as a switch statement (for example, when the calendar has leap months). Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: General Tags:
Oct ’21
Calendar Component Quarter always returns zero
I'm doing some summarising of dated data from Coredata using @SectionedFetchRequest and SwiftUI List with Section headers. Summary options are by week, month, quarter and year, with processing by Calendar Component. All works fine (with a bit of extra processing for the week period description) except for quarter, which always returns zero instead of 1 to 4. When I finally decided to look at the documentation https://developer.apple.com/documentation/foundation/calendar/component/quarter there's an Important note saying The quarter unit is largely unimplemented, and is not recommended for use.. So why have that enumeration if it's known not to work? OK, so I now get the month and then determine the quarter with a switch statement.......
2
0
1.2k
Oct ’21
UIDatePicker setDatePickerMode Crash in iOS14.7.1
I have the same problem, link: https://stackoverflow.com/questions/49770654/uidatepicker-nsinternalinconsistencyexception-unexpected-number-of-calendar-uni The first answer cannot fix this bug. Help, please Crash report below: Fatal Exception: NSInternalInconsistencyException unexpected number of calendar units: 4 for format: EEE ├'day': d┤ HH.mm (expecting at least 5 elements) Fatal Exception: NSInternalInconsistencyException 0 CoreFoundation 0x184bb5d04 __exceptionPreprocess 1 libobjc.A.dylib 0x183e04528 objc_exception_throw 2 CoreFoundation 0x184bb5bd8 +[NSException raise:format:] 3 Foundation 0x185545c24 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] 4 UIKit 0x18eab9b38 -[_UIDatePickerMode_DateAndTime elements] 5 UIKit 0x18eab3898 -[_UIDatePickerMode displayedCalendarUnits] 6 UIKit 0x18eab98f8 -[_UIDatePickerMode_DateAndTime displayedCalendarUnits] 7 UIKit 0x18eaa8448 -[_UIDatePickerView _setMode:] 8 UIKit 0x18eaa8694 -[_UIDatePickerView setDatePickerMode
2
0
708
Oct ’21
Reply to UIDatePicker setDatePickerMode Crash in iOS14.7.1
Error message: unexpected number of calendar units: 4 for format: EEE ├'day': d┤ HH.mm (expecting at least 5 elements) Could you show how you have defined format ? You should have something like this: let source = Mon, 21 Mar 2016 10:26:45 GMT let dateFormatter = DateFormatter() dateFormatter.locale = Locale(identifier: en_US) dateFormatter.dateFormat = EEE, dd MMM yyyy HH:mm:ss zzz let day = dateFormatter.date(from: source) print(day, day!) Or (with just 5 components): let source = Thu, 14 Oct 2021 10:26:45 let dateFormatter = DateFormatter() dateFormatter.locale = Locale(identifier: en_US) dateFormatter.dateFormat = EEE, dd MMM yyyy HH:mm:ss let day = dateFormatter.date(from: source2) print(day, day!) Take care that the 3 letters for the day of week must correspond to locale: Thu if en_US Jeu if fr_FR Jue if es_ES It crashes otherwise.
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’21
Cannot convert value of type 'Task.Type' to expected argument type 'Task'
Hi, I am SWIFT newbie. I am trying for the first app in iOS with below codes. I am facing error Cannot convert value of type 'Task.Type' to expected argument type 'Task' in the last line of the DetailsView.swift. Please help to explain and fix. Thanks very much. Content view: import SwiftUI let afternoonTask = [ Task(name: Make home work - Science, isComplete: false, lastCompleted: nil), Task(name: Make home work - Math, isComplete: false, lastCompleted: nil), Task(name: Make home work - Social, isComplete: false, lastCompleted: nil), Task(name: Make home work - Project, isComplete: false, lastCompleted: nil), Task(name: Make home work - Communication, isComplete: false, lastCompleted: nil) ] let morningTask = [ Task(name: Make home work - Math VN, isComplete: false, lastCompleted: nil), Task(name: Make home work - Vietnamses, isComplete: false, lastCompleted: nil) ] let weekendTask = [ Task(name: Make remain home work, isComplete: false, lastCompleted: nil) ] struct ContentView: View { var body: some View {
2
0
2.2k
Oct ’21
New Test Flight App
Hello All, I recently posted a new app to Test Flight and have had several family members as well as a client test it. It's a simple client/services scheduling app for Salon owners that integrates with the iOS Calendar. If you'd like to test it, I will be glad to share the Test Flight link. I'm not entirely sure if it is considered appropriate to post it directly in here so I'll refrain from doing that unless I hear otherwise from the community. Thanks!
1
0
673
Oct ’21