Search results for

5.1.1

400 results found

Post

Replies

Boosts

Views

Activity

Reply to MobileReplayer app on tv
Did some greping and finding.~/Library/Developer/Xcode/iOS DeviceSupport/[build #]/Symbols/Developer/Applications/ for build versions ranging from 5.1.1 to 7.1.2 contain the MobileReplayer.app.I can see in the device logs where my app was deployed, but I have no record of this app being pushed. Curioser.
Mar ’18
CloudKit "Look Me Up" requirement contradicts with App Review Guidelines
Hi guys,In order to use CloudKit methods like fetchUserRecordID the end user has to enable Look Me Up feature. But recently Apple App review board told us that asking the user to enable Look Me Up does not comply with the App Store Review Guidelines. 5.1.1, below.What is App Store compliant way to use CloudKit?Legal - 5.1.1The app requires users to enable Look Me Up access in iCloud in order to access non account-based features. Apps cannot require personal information prior to allowing access to app content and features that are not associated specifically to the user.Thanks
1
0
670
Nov ’17
Reply to Code Needed for App Access - Workaround?
Why - see the ASRGs 3.2.2 Unacceptable ; 5.1.1 Data Collection and StorageI think Apples hopes you submit an app that showcases the platform, offering unique, lasting benefit to users...there is no store-centric distribution scheme for limited, one-off event support. >What workaround options can we have to make this a private/invitation only appHow about no app at all - a modern HTML5 website would provide both iOS and Android support out of the box, with no need to run any app store gauntlet.
Oct ’17
Reply to trying to build for ios 5.1.1 using xcode 5
Did clean no difference.Changed build settings for signing to state Don't Code Sign as this app is not going to be delivered via apple web site.Still get code signing error stating required in SDK 5.1I cant seem to get round this problem.It looks like Ive got to look for another development tool that can build and deliver to 5.1.1
Oct ’17
trying to build for ios 5.1.1 using xcode 5
I am getting a build signing error for an app I have developed using xcode 5.I am targetting ios 5.1.1 so it can run on old ipads.I have a developer registered ipad and it is being accepted by xcode as an ios device but when I try to build it complains about code siging in SDK 5.1 which I am using and the code signing is specified in the project build settings.The code signing in the build settings is set as follows:Code Signing Identity iOS DeveloperDebug iOS DeveloperiOS 5.1 SDK iOS DeveloperRelease iOS DeveloperiOS 5.1 SDK iOS DeveloperCode Signing Resource Rules PathDebug iOS 5.1 SDKRelease iOS 5.1 SDKOther Code Signing FlagsDebug iOS 5.1 SDKRelease iOS 5.1 SDKProvisioning Profile iOS Team Provisioning Profile: xxxxThe message I get is build failedcheck dependenciesCodeSign error: code signing is required for product type 'Application' in 'iOS 5.1'Anyone any hints?
4
0
1.2k
Sep ’17
Reply to Can I create and submit an app that will be retro-compatible from iOS 5 to iOS 11?
The old iPads have to be running iOS 5.1.1 or later, as only those iOS versions include support for apps containing 64-bit slices. And Apple now requires submitted apps to include 64-bit support. Apps built with earlier versions of Xcode run just fine on iOS 11 devices as long as they include 64-bit support (an arm64 slice). IIRC, Xcode 5.1 or 6.x can build apps compatible with both iOS 5.1.1 and 64-bit iOS 11 devices. You can have multiple versions of Xcode installed on your Mac (or you may need to use an older Mac running a older release of OS X), and use the newer releases of Xcode to install test apps built with older releases on newer devices.
Oct ’17
Reply to App Review Information - Sign-In Information with phone
As an option, create a short video that works as demo, then upload it where review can find it and let them know via that app's meta data/review notes.If they need more info, etc. expect them to reach out.As a bonus for you efforts, you can perhaps use that clip as a video preview in the store.I would caution, tho, about requiring such personal info in order to use the app, if in fact that works as a gate to all functions... See the ASRGs/Legal/Privacy 5.1.1 Data Collection and Storage
Sep ’17
cordova issue
Dear Service,i'm trying to install cordova on my macbook pro retina 13 late 2013.i've already downloaded Xcode, Node 5.1.1, Git 2.8now i'm working on the Terminal following Cordova guide, but i got stuck oncordova create myapp commandanswer : -bash: cordova: command not found can you help me?Thank you very muchStefano
2
0
14k
Apr ’16