Search results for

Apple Maps Guides

149,446 results found

Post

Replies

Boosts

Views

Activity

Reply to Magic Trackpad
In my Mac MagicMouse is not working ,I am able to move my cursur but not able to perform touch action via the trackpad on it. Really have no idea, it that missing some driver?Just interesting why Apple didn't realize this such big issue...
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
I accepted “Apple Developer Program License Agreement ”, but it is not hide
I accepted Apple Developer Program License Agreement in the Member Center, but the notification is not hide in the iTunes Connect. I don't have in the Member Center any License Agreement in this moment. What do I do? It includes followingAgreements, Tax, and Banking Review the Paid Applications Schedule. The iOS paid applications schedule (“iOS Schedule 2”) and the Mac paid application Agreement schedule (“Mac Schedule 2”) have been combined into a single Schedule 2 covering both programs, and the Custom B2B schedules (“Schedule 3”) for iOS and Mac have been combined as well. To create new paid apps and in-app purchases and upload binaries to the App Store, the user with the Legal role must review and accept the Paid Applications Schedule (Schedule 2 to the Apple Developer Program License Agreement) in the Agreements, Tax, and Banking module.To accept this agreement, the user with the Team Agent role must have already accepted the Apple Developer Program License Agreement in the Mem
8
0
12k
Jun ’15
Reply to Xcode Upgrade
Yes, this happened with my app too and this is expected due to the change to swift 2.0 and ios 9 API changes. You will need to read through the errors and resolve them with the help of research and reading through apple documentation. I would suggest also looking at the swift 2.0 prerelease ibook. Helpful links-https://developer.apple.com/library/prerelease/ios/navigation/https://developer.apple.com/library/prerelease/ios/releasenotes/General/WhatsNewIniOS/Articles/iOS9.html#//apple_ref/doc/uid/TP40016198-SW1https://developer.apple.com/library/mac/documentation/Swift/Conceptual/Swift_Programming_Language/OptionalChaining.html#//apple_ref/doc/uid/TP40014097-CH21-ID245https://itunes.apple.com/us/book/swift-programming-language/id1002622538?mt=11
Jun ’15
Implementing trial period for auto-renewing subscriptions
I need a guide for adding trial period option for iOS app auto-renewing subscription without using separate server.The thing is that different time period options inside one auto-renewing group of items have separate IDs, however there is no ID for trial period. How can I request it from out my app after user presses Trial period button.There are no descriptions on Developer Forums and on other websites, no examples as well, so I don't know how to implement this.P.S.: I use RMStore to cover transaction APIs.Here is how the code approximately looks:- (void)performRequestForProduct:(NSString *)productID completionBlock:(void(^)(BOOL success))func { NSSet *productIdentifiers = [NSSet setWithObjects:kInAppIDUltimate, kInAppIDPremium1Year, kInAppIDPremium1Month, kInAppDonationBundleID, nil]; [[UIApplication sharedApplication] setNetworkActivityIndicatorVisible:YES]; [[RMStore defaultStore] requestProducts:productIdentifiers success:^(NSArray *products, NSArray *invalidProducts) { if (invalidProducts.count
1
0
864
Jun ’15
Multitasking / Slide over / Split View in iOS 9
Hello,some aspects of these new features aren t really clear to me...- Is it mandatory to support Multitasking / Slide over / Split view? I read in the documentation, which says you should, Apple and users will expect you to... But in my case, my App UI is absolutely not designed to support it. My User Interface just needs the space, I can t shrink the UI to that compact size and dynamically size changing thing, I can t even support portrait on iPad, it s landscape only. So what will happen in iOS 9? If I do nothing, will my app just not work / not be selectable in this split view / Slide over mode? Or will the UI just be messed up? If I don t want / just can t because of UI design aspects support that Split view / Slide over feature, I could set a Boolean in Plist I read? but will this be approved or will I be forced to support it? I guess my app is not the only one that just does not work in that dynamically sizeable compact view Split mode thingy size / sizes.. .!?- Another thing I wonder is, what
3
0
969
Jun ’15
Reply to iPad keeps rebooting when syncing apps
You are right - it is not rebooting, but I get the Apple-logo. For me it seems it is not doing any progress, but I will just have it running for some more hours to see.I also notice that though I have many dimmed apps on my iPad now there are still plenty of apps that are not even visible. I can see them while looking at my iPad apps in iTunes, but not (yet) on my iPad.Ok - patience now.... 🙂
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Restore process to ios9 stuck at aprox 10%
Same issue here too.My device is an iPhone 6+.I tried 8.3 and 9.0 several times, including factory reset and update via ⎇+click in iTunes.What device do you have problems with? Have you tried a different mac (I'm preparing to do this now)?EDIT:I found some stuff on the console which might be interesting (I removed some IDs):09.06.15 13:21:35,831 iTunes[3009]: RPSocket.cpp:341(FinalizeRPSocket): Closed <RPSocket 0x610000430de0: Pinger-6b8b4567327b23c6643c9869 fd=-1> after reading 200 bytes and writing 66 bytes 09.06.15 13:21:35,940 iTunes[3009]: Socks5Server.c:204(srvSocketOpened): Successfully connected to gg.apple.com:80 09.06.15 13:21:35,940 iTunes[3009]: RPSocket.cpp:135(reset_stats): Reset stats for <RPSocket 0x61800043c040: Device-<SOME-DEVICE-ID> fd=56> after reading 157 bytes and writing 31 bytes 09.06.15 13:21:35,940 iTunes[3009]: RPSocket.cpp:676(RPSocketExchangeData): Beginning data exchange: <RPSocket 0x61800043c040: Device-<SOME-DEVICE-ID> fd=56> <==> <RPSock
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Possible to downgrade to 1.0.1?
Untrue, you can downgrade From iOS 9 beta to 8.3... now that Apple tells you you can't is another story, but as long as a firmware is signed you can revert to it ...As W4rlock said:You might be able to downgrade iOS devices, but it is not officially supported. If it don't work they won't help you with that.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Future of Newsstand?
Can you elaborate on what they said again. I watched it but missed that and I'm at work and can't watch it. Meanwhile my client is flipping her lid because we've just ran a huge launch campaign for our Newsstand app, we have a truck load of subscribers and the positive feedback has been overwhelming. Some kind of answer to give to her would be great.If I suddenly have to scrap the whole thing and start again I'm not going to be happy. Hopefully there's be an easy migration process or something, but whatever happens I need to maintain my current subscribers and format. My client rejected a flipboard style curation app due to the fact that market research showed that our customers actually want a like for like digitial copy of our paper publication (which has been running since 1969 and has a traditional and somewhat cult following). Our customers love our app.I feel Apple have dropped the ball on this a little. Even a notification in the Newsstand tab of my App in iTunes Connect that points to some he
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to First install impressions?
Installed it on two 2013 rMBP's, so far with few issues.rMBP 1- Installation changed halfway through, and apple logo was off centre (believe this was down to me not having the display at pure retina resolution, so looked like it was displaying a 1280x800 image anchored to the bottom left of a 1440x900 screen).- Mail smart folders were removed, left with only Today. Was able to re-create them though with no issues.- New Disk Utility application. Ran first aid just to check for any permissions errors, but didn't seem to report any.rMBP 2- Installation didn't have the same issue as rMBP 1, believe that's because the display was set at pure retina before starting the installation.- Mail smart folders were retained on this computer.Overall it seems like a pretty solid release (obviously this may change across the betas), all the apps I use regularly work well so far.The new font on the fourms (San Francisco?) looks terrible on my external screen, but great on the built in retina display. The new San Franc
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Can't download IOS 9 \ Xcode 7
Hi all,Whne I go to the Member center and choose IOS 9 -> Download,then I choose my iPhone model (iPhone 5 A1429), it sends me to my Apple ID details but not downloading.It doesnot matter which model I choose, it the same result..Tried it on 2 diffrent Macs, 2 browsers, same result..This also happens when I choose download on the Xcode 7.I did manage to download OS X.11.I previuosly had IOS developer program and now I should have all programs as I understood from Apple's e-mail regarding the new programs.Why can't I download the new IOS 9 Beta version?
7
0
1.3k
Jun ’15
UUID added but not recognised
HiI've added my iPhone 6 UUID to the developer centre, and added successfully - it let me update to iOS 9. When I added my Watch UUID - it confirmed the type (Apple Watch 38mm) before saving. It did not do this for my iPhone. Is this normal?I added my friends iPhone 6 plus, and it confirmed the type before saving too.When I added my iPad, it did not recognise the type. So, when i click on the type in the devices list (iPhone, Ipad, watch etc), the lists are empty apart from the iPhone 6 plus, and my Watch.Does this matter? I dont want to mess things up.ThanksJoe
0
0
305
Jun ’15