Search results for

5.1.1

411 results found

Post

Replies

Boosts

Views

Activity

Reply to Restore for auto renewable subscriptions required if server does it automatically?
You are, of course, aware of the privacy guidelines in the Review Guidelines, particularly section 5.1.1:(ii) If your app doesn’t include significant account-based features, let people use it without a log-in. Apps may not require users to enter personal information to function, except when directly relevant to the core functionality of the app or required by law. If your core app functionality is not related to a specific social network (e.g. Facebook, WeChat, Weibo, Twitter, etc.), you must provide access without a login or via another mechanism. Pulling basic profile information, sharing to the social network, or inviting friends to use the app are not considered core app functionality.So your statement the app is unusable without an account may be another problem for you entirely.
Dec ’16
Reply to App rejected because we ask users to signup
It's simple: You could just generate a random unique identifier on the user's device, and use that instead of asking the user to create an account. Because you could do that, you need to have actual account-based features. More directly, the mandate is specified in the App Review Guidelineshttps://developer.apple.com/app-store/review/guidelines/#minimum-functionality(ii)If your app doesn’t include significant account-based features, let people use it without a log-in. Apps may not require users to enter personal information to function, except when directly relevant to the core functionality of the app or required by law. If your core app functionality is not related to a specific social network (e.g. Facebook, WeChat, Weibo, Twitter, etc.), you must provide access without a login or via another mechanism. Pulling basic profile information, sharing to the social network, or inviting friends to use the app are not considered core app functionality.You should notice that that's from the Privacy section, 5.1.1
Dec ’16
Deployment Target vs. Compatibility?
Is the (OS X) iTunes App Store app Information on Compatibility set from the project minimum Deployment Target, or from somewhere else?I see one of my apps with an App store description saying Requires iOS 6.1 or later..., but in Xcode the Deployment Target setting for the submitted build says iOS 9.3. And one of the new reviews today says that a customer tried to run it on iOS 5.1.1 (and it crashed, as the app depends on several APIs that require iOS 9 or later).
2
0
2.7k
Nov ’16
EXC_BAD_ACCESS (SIGSEGV)
I'm trying to figure out why my application keeps crashing and could use some help in understanding the crash report so I know where to look for the problem. Here's the report:Process: Adobe InDesign CC 2015 [1334]Path: /Applications/Adobe InDesign CC 2015/Adobe InDesign CC 2015.app/Contents/MacOS/Adobe InDesign CC 2015Identifier: com.adobe.InDesignVersion: 11.4.1.102 (11410)Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Adobe InDesign CC 2015 [1334]User ID: 2115166540Date/Time: 2016-11-07 08:52:14.392 -0700OS Version: Mac OS X 10.11.4 (15E65)Report Version: 11Anonymous UUID: E1C64908-5CE2-7A89-F534-5CF580D4B2C2Time Awake Since Boot: 6700 secondsSystem Integrity Protection: enabledCrashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_BAD_ACCESS (SIGSEGV)Exception Codes: KERN_INVALID_ADDRESS at 0x0000005b00000018Exception Note: EXC_CORPSE_NOTIFYVM Regions Near 0x5b00000018: mapped file 0000000151a5c000-000000015210f000 [ 6860K] r--/rwx SM=COW --> JS JIT generated code 000
0
0
1k
Nov ’16
LEGAL: PRIVACY - DATA COLLECTION AND STORAGE. Reject
My application rejects the rule 5.1.1.In order to use Facebook for authentication even if it is optional, your app must include significant account-specific functionality from Facebook. Using users’s Facebook for account creation/authentication do not fall in to significant about specific features.What is meant by account-specific functionality from Facebook ?Thx.
6
0
3.2k
Nov ’16
Xcode 8.0 crash report .the compiler crash everytime when i input the command.
Process: Xcode [1316]Path: /Users/USER/Downloads/Xcode.app/Contents/MacOS/XcodeIdentifier: com.apple.dt.XcodeVersion: 8.0 (11246)Build Info: IDEFrameworks-11246000000000000~3Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Xcode [1316]User ID: 501Date/Time: 2016-10-20 14:52:43.202 +0800OS Version: Mac OS X 10.11.6 (15G31)Report Version: 11Anonymous UUID: E921A8AF-B1D2-0BE8-6A07-E7441EB437ECTime Awake Since Boot: 71000 secondsSystem Integrity Protection: disabledCrashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYApplication Specific Information:ProductBuildVersion: 8A218aUNCAUGHT EXCEPTION (NSInternalInconsistencyException): Error getting value for key 'strategyClass' of extension 'KSImageNamed.CompletionStrategy.ImageNamed' in plug-in 'com.ksuther.KSImageNamed'UserInfo: { NSUnderlyingError = Error Domain=DVTPlugInErrorDomain Code=2 Loading a plug-in failed. UserInfo={DVTP
1
0
1k
Oct ’16
Port is already connected to an existing device IO system
I cant open simulator,the reason isTerminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Port is already connected to an existing device IO system'abort() called But I cant find anything related to this error message.here is the full log.Process: com.apple.CoreSimulator.CoreSimulatorService [518]Path: /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc/Contents/MacOS/com.apple.CoreSimulator.CoreSimulatorServiceIdentifier: com.apple.CoreSimulator.CoreSimulatorServiceVersion: 303.8 (303.8)Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: com.apple.CoreSimulator.CoreSimulatorService [518]User ID: 502Date/Time: 2016-10-19 14:05:07.285 -0400OS Version: Mac OS X 10.11.6 (15G1004)Report Version: 11Time Awake Since Boot: 370 secondsSystem Integrity Protection: enabledCrashed Thread: 7 Dispatch queue: com.apple.CoreSimulator.SimDevice.bootstrapQueueException Type
3
0
1.3k
Oct ’16
Reply to HealthKit authorization
Not sure if you are asking about App Store policy or how to implement this authorization in your application? It would help if you could expand on your question in another comment.If this a question more on the policy of using Healthkit, there are several mentions of this in the App Store Guidlines.https://developer.apple.com/app-store/review/guidelines/Specifically, HealthKit should be used for health and fitness purposes and integrate with the Health app. from section 4.2.1. Also under the 5.1.1 section, which mentions about the Health Data Collection and Storage. If you need help implementing this, please see the class reference I've posted below.Here is the class reference for the HKHealthStore:https://developer.apple.com/library/ios/documentation/HealthKit/Reference/HKHealthStore_Class/index.html#//apple_ref/occ/cl/HKHealthStoreIf you want to create a fitness application without HealthKit, that is fine. However, if you intent on using HealthKit API, you will need to implement the authorization b
Aug ’16
Xcode 8 beta 4 Crash
I get a crash upon loading any project from beta 3 into beta 4 of Xcode 8.Anyone else having this issue?Crash Log below:Process: Xcode [1742] Path: /Applications/Xcode-beta.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 8.0 (11222.4) Build Info: IDEFrameworks-11222004000000000~10 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Xcode [1742] User ID: 501 Date/Time: 2016-08-01 14:43:01.709 -0400 OS Version: Mac OS X 10.11.6 (15G31) Report Version: 11 Anonymous UUID: 2EEAAF78-E560-41E7-4468-AAE2F53456A5 Time Awake Since Boot: 600 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: MainQueue: __103-[IDEDataModelCodeGenerator generateCodeForInputFile:outputFilePath:completionQueue:completionHandler:]_block_invoke.60 ProductBuildVersion: 8S188o ASSERTION FAILURE in /Library/Cac
6
0
1.8k
Aug ’16
Reply to X Code 5.1.1 Signing Identities Revoked
>and don’t have to rely on XCode 5.1.1.Point is, it's not your call. Xcode 6.x is the minimum allowed when doing store submittals now, so if that's your goal, you don't have a choice but to walk away from Xcode 5.x. >And, also how do I transfer the signing identities if they are revoked?Revoked/expired/invalids aren't transferrred, they are renewed.Many things have changed for codesigning since 5.1.1 was originally used, including the recommended preference of automatic provisioning. I suggest you get busy w/Xcode 7.3.1, and deal with details as they arise.
Jul ’16
X Code 5.1.1 Signing Identities Revoked
I enrolled in Apple Developer Program as an organization and downloaded Xcode 5.1.1 on a Mac OS X 10.8. I have completed designing a new Mac App. Now, I want to proceed with the distribution process, but when I go to XCode>Accounts, the Signing Identities show as being revoked for Mac Development, Mac App Distribution, and Mac Installer Distribution. The only Signing Identities that remain valid are Developer ID Application and Developer ID Installer.Don’t have a clue on how to fix these. I don’t know if they were revoked because Xcode 5.1.1 is too old. I would appreciate any explanation of fixing this issue. Another solution would be to use another computer and that leads me to the next question.Second question. I just updated a MacBook Pro 15, 2.8GHz with OS X El Capitan. The apple ID on this computer is different than the Apple Developer Program. I would like to download from the App Store, the latest XCode 7.3.1, so I can distribute my new Mac App and don’t have to rely on XCode 5.1.1
17
0
3.7k
Jul ’16
Xcode 5.1.1 signing identities are revoked
I enrolled in Apple Developer Program as an organization and downloaded Xcode 5.1.1 on a Mac OS X 10.8. I have completed designing a new Mac App. Now, I want to proceed with the distribution process, but when I go to XCode>Accounts, the Signing Identities show as being revoked for Mac Development, Mac App Distribution, and Mac Installer Distribution. The only Signing Identities that remain valid are Developer ID Application and Developer ID Installer.Don’t have a clue on how to fix these. I don’t know if they were revoked because Xcode 5.1.1 is too old. I would appreciate any explanation of fixing this issue. Another solution would be to use another computer and that leads me to the next question.Second question. I just updated a MacBook Pro 15, 2.8GHz with OS X El Capitan. The apple ID on this computer is different than the Apple Developer Program. I would like to download from the App Store, the latest XCode 7.3.1, so I can distribute my new Mac App and don’t have to rely on XCode 5.1.1
1
0
488
Jul ’16