In Apple MDM – VPP when called contentMetadataLookupUrl service by passing sToken as cookie (“itvt”) and in response it returns {status: 7012} instead of metadata.Didn’t find any information about it in the latest (August 2016) MDM document. Does anyone have any information about {status: 7012}
Search results for
ASWebAuthenticationSession cookie
1,295 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I solved the problem on my iPad. Go to Settings, Safari, Clear History and Website Data. Once I did that, I was able to log into My Yahoo. Note that you will lose Cookies,etc. A real pain but it works.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I noticed that too. If someone has cracked this cookie, mind sharing the code? Thanks
Topic:
App & System Services
SubTopic:
General
Tags:
I've been dealing with this ever since the most recent Safari update (version 9.1.2 in El Cap), and whenever Im typing, stop to fix a mistake, go to delete, it freezes.. just randomly. it's NEVER done this and my imac is NEW... but this is ridiculous! In the Activity monitor, the Safari Web Content (Not Responding) turns red... i have to force quit that action for it to refresh that page... but it'll end up doing it all over again.I've also done the clearing history, cache, cookies, reboot, disabling extensions, and everything I can think of... it'll work for a bit and then BOOM... starts all over again. Not sure what's causing it.HAS ANYONE HAD THIS ISSUE and FIXED IT?
Topic:
Safari & Web
SubTopic:
General
Tags:
Hi,I am trying to find a way to allow cookies from different domain to be stored in my application but I keep getting the message that cookies are blocked from third party websites.How I can do that using Swift 3.0 and WKWebView in Xcode 8?
Hi thereWe are working in a solution to make friends two users sharing a link in our system. User A share a link through Share Sheet (through Whatsapp, FB, Instagram....) with his id and user B receives the link with the info and1) If user B has the app installed as we have set up Universal Links, app will be opened and passed info through the URL. Great, users can be friends in our system2) If user B has not the app installed, we open Safari, store a cookie with the data and redirect to the store. After installing process when app is opened, we check with this solution where we use a partially hidden SFSafariViewController (https://library.launchkit.io/how-ios-9-s-safari-view-controller-could-completely-change-your-app-s-onboarding-experience-2bcf2305137f#.nizmqko9x https://github.com/mackuba/SafariAutoLoginTestwe retrieve our data and match both users. Great again, both are friends.This solution was perfect before iOS10, but now after latest update on app review guidelines(iv)SafariViewContoller mu
Try removing cookies for apple.com. Worked for me.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
Hi DevelopersI am part of an ios sdk team. I am seeing following issue. Let me know if anyone else has faced it as well. If yes, did you find any resolution?What is the issue: When I open a website in Safari View Controller, I am observing that safari view controller is not setting any cookies on the website and hence when you open the same website again in Safari View Controller, you would be treated as a new customer altogether. One repercussion of this is that your login information is lost when you go to the website again.How to test/verify/reproduce this behavior:1. Try afresh (may be reset all settings on the deivce, settings -> general -> reset -> reset all settings. Just make sure there are no cookies in your ios device’s safari browser) with an ios10 device and try to open https://www.amazon.com ( this is just an example website) in safari view controller from your ios app(you can do http://pastebin.com/jj4brCV0).2. Now login to the amazon website. Press Done when logged in
There is a typo issue in the current MDM Protocol Reference. It should be mdm-lockup instead of mdm-lookup.Unfortunately, I was unable to get the metadata of my B2B app with a cookie named itvt and my sToken as value. The isAuthenticated parameter is always set to false w/o cookie. Below is the info about the response returned by the contentMetadataLookupUrl service. IMHO, this is not the expected behavior because the HTTP status should not be 200 (OK) but 401 (Unauthorized).Please, could you confirm that this service does not work with your B2B apps?
Topic:
Developer Tools & Services
SubTopic:
Developer Forums
Tags:
I am trying to load a google document, but I keep getting brought to the google troubleshooting page. I cleared all my cache and cookies and restarted the browser. That did nothing. If google needs adobe flash player, it is allowed in Safari Preferences. I am on the most recent macOS update so Safari is the most updated version (according to apple's safari support page https://support.apple.com/safari ). Cookies are allowed from visits I visit. I am not sure what can fix it. Private mode on Safari does not work at all but Chrome works for google drive. Anyone else experiencing this or know any potential solutions?Thanks
From MDM Protocol Reference, we can read the following info: The contentMetadataLookupUrl in the VPPServiceConfigSrv response allows an MDM server to query the iTunes Store for app and book metadata. When the VPP sToken is included in the request as a cookie, an MDM server can also get authenticated app metadata for B2B apps already owned by the VPP account, as well as apps that can still be re-downloaded but can no longer be purchased. The URL query string tells the content metadata lookup service what app or book to look up. The VPP sToken must be included as a cookie named itvt to access the authenticated metadata. Here is an example of the URL to look up an app: https://uclient-api.itunes.apple.com/WebObjects/MZStorePlatform.woa/wa/lookup?version=2&id=361309726&p=mdm-lockup&caller=MDM&platform=itunes&cc=us&l=enFrom Safari browser, I succeeded in getting the Pages app (id=361309726) metadata without cookie. Unfortunately, I was unable to get the metadata o
I noticed this about a week ago, but Safari keeps suggesting (and auto-completing) domains with the .co version (e.g., developer.apple.co, youtube.co, bestbuy.co, etc.). This is only for domains that I haven't visited yet. Once I visit the site, it suggests the correct one based on my history. It seems to stop when I turn off Safari Suggestions in Safari preferences, so I suspect that's the problem. This occurs on both my Mac and iOS devices. I'm running macOS 10.12.1 Developer Beta 4 and iOS 10.1 Developer Beta 3.I've tried clearing my history and cookies on all devices, and I've also tried turning Safari sync off in iCloud, but neither of those has solved the issue. Has anyone else experienced this?
Since cookie is used to make user uses APP smoothly, the jumping out of the visible web will break up the user's experience.Visible message could be used to notify user the using of cookie, but the visible web is not necessary.It's kind of you to consider it.Thank you very much!
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
Hi,I've created a WebApp in JS and I compiled it with Cordova.This WebApp requires a login and Password.During my tests on an iPad with Developper Mode Activate, Login and password were well saved.However, my clients tell me that theirs login and password was not well saved.I tried to accept cookies from all site but always the same problem.Have you an idea for my problem ?Thank's 😉
I am facing issue in playing a video in ios 10 inside UIWebview. Which is working perfectly fine in ios 8 and 9 all versions. Scenario is i am trying to load html5 code with video tag in webview and source link. and Video url is secured url. We are trying to load the video after setting up the authenticate token in http cookie storage in webview. Which works perfectly fine in iOS 9 but not working in iOS 10.