Adobe Access iOS SDK download

Where can I download the Adobe Access SDK for iOS? I am looking to integrate Adobe Access into my native iOS application.
I have found several references to it on the Adobe site including the Objective-C API documentation but I can't find a download link.
Thanks

Please contact to sales person.
http://www.adobe.com/products/adobe-access.html
Thanks!
Hiroshi

Similar Messages

  • Memory Leak Issue for Adobe Access iOS API

    Hi,
    We are trying to develop an iOS app (with ARC enabled) using Adobe Acces API 4.0 and we have identified that the function [drmManager createDRMSession] has memory leak.
    DRMSESSION = [drmManager createDRMSession:METADATA playlist:PLAYLIST error:nil complete:^() {}];
    We are using:
    DRMSESSION  -> weak
    METADATA    ->strong  (as need to share within object)
    PLAYLIST       ->strong  (as need to share within object)
    After calling this function, the object is unable to dealloc and most of the leaking object related to networking (such as CFNetwork...)
    Is this a known issue for the Adobe Access iOS API or we are missing some key steps.
    Any suggestions is appreciated. Thanks in advance.

    ans0600, sorry about that, I read Hiroshi's forward too quickly.  I've done a little digging and have come up with two work-arounds:
    Create a file with ARC disabled to translate the returned object to be an autorelease
    declare the returned DRMSession as __unsafe_unretained and use CFRelease, as noted on stackexchange
    In the future we may change this method to return an autoreleased object to avoid this issue.  Let us know if you have any further questions!

  • Adobe Access iOS

    Hello,
    I am an Adobe Access user.
    On page 4 of this document:
    http://www.adobe.com/support/adobeaccess/pdfs/client/ios_readme.pdf
    it is said:
    In the Adobe Access 4.0 DVD, the Xcode sample project is located at Reference Implementation\Sample Video
    Players\iOS\native\AccessPlayer.xcodeproj
    Is there any way to get those files? I mean "Reference Implementation\Sample Video Players\iOS" folder.
    Thanks very much,
    Igor Trubnikov

    Unfortunately, I don't have it in the package. In "/Sample Video Players" I've got only "/Android"  and "/Desktop" subfolders. That was the package I downloaded from my "Downloads" at https://licensing.adobe.com. Though it says 'All platforms' in the description, there is no iOS package inside.
    Kind Regards,
    Igor

  • Adobe Reader iOS SDK

    Is there an sdk for Adobe Reader iOS?

    Hello,
    We have a very simple use case of viewing (just view) the pdf files within the mobile app for both iOS and Android platform. Can you please advise on if Adobe Reader Mobile SDK serves the purpose or if any solution(s) exist either from Datalogics or Bluefire or Bsquare? We are exploring various pdf toolkits and are finding some limitations with these. We would like to stick with Adobe mobile SDK (or any of thextension solutions) that meet our buisness need.
    Appreciate if you can let me know.
    Narasimha Bejjanki
    [email protected]
    +1 267 216 2350

  • Adobe Access on iOS.

    This discussion is a follow up of my previous discussion that can be found at http://forums.adobe.com/message/6174242. I am starting a new discussion for clarity.
    The previous discussion addressed the question of whether Adobe Access DRM and its variant PHLS are available on iOS. The answer is NO, Unless You Sign UP for Adobe Primetime.
    You have to sign up for Adobe Primetime to get the iOS Primetime Player SDK which includes the Adobe Access iOS APIs needed to stream PHLS in a native iOS app.
    The Adobe Primetime platform requires a large monthly commitment, so that means that for all practical purposes Adobe Access DRM and PHLS is available only to a small number of companies.
    The Adobe Access iOS API used to be part of the Adobe Access SDK but at some point was removed from the SDK.
    The Adobe Access website (http://www.adobe.com/products/adobe-access.html) continues to market Adobe Access as follows:
    “Publish and protect video streams carrying studio-grade content to desktops, connected TVs, tablets, and smartphones, including iOS and Android devices, using a single DRM platform”.
    After talking to several Adobe folks, the picture that is emerging is one of bait and switch. It is clear that at some point, Adobe decided to remove the Adobe Access iOS API from the Adobe Access SDK and make the iOS API part of the Adobe Primetime iOS SDK. This is a fact. The question is why?
    Only Adobe can answer that question, but it is safe to assume that this was a strategic decision. By removing the iOS API from the Adobe Access SDK, companies that want to deliver protected content to iOS devices have to sign up for Adobe Primetime.
    Adobe seems to have gone to some length to implement this strategic decision.
    It did not update the publicly available OSMF 2 to be able to consume Adobe Access protected HLS streams. Development of OSMF 2 was stopped in 2010.
    It removed support of DRMManager class and Netstream class members (required for DRM) from AIR for iOS. 
    It removed the Adobe Access iOS API from the Adobe Access SDK. I am not sure when this was done, but the Adobe SDK sent to me last August does not include the iOS API.  
    Adobe has not published any documentation on how Adobe Access DRM for HLS is implemented.
    The deception consists in the fact that Adobe is still marketing Adobe Access in a way that makes you believe that Adobe Access DRM is available on iOS devices. This is false.
    Purchasing Adobe Access alone is not enough to protect content on iOS devices. The Adobe Access SDK does not include the iOS API.
    The question is then why does Adobe continue to promote such deception.
    Again, this has to be a strategic decision….a classical example of bait and switch. Who in the right mind would develop around a half-baked product from the get go knowing that they would not be able to deliver protected content on iOS devices.
    The Adobe Access team has admitted that Adobe Access DRM and its variant PHLS are only available through Adobe Primetime iOS Player but the Adobe Access site continues to make false claims. This is deception.
    Of course, Adobe knows that by declaring no support for iOS, Adobe Access and Adobe Media server sales would be in danger. But that is the right thing to do both morally and legally.
    In my scenario the only right action is for Adobe to provide the Adobe Access iOS API. It’s too late for Adobe to say oops sorry. I have already agreements with content owners which specify Adobe Access as the protection scheme. All the encoding and packaging is based on Adobe Access and it’s variant PHLS. If Adobe does not provide the iOS API, I will be forced to seek the appropriate legal action. 

    Hello,
    Adobe Access DRM on mobile devices is only provided by Adobe via the Primetime SDK.  You can get more information on Primetime, as well as contact Adobe on becoming a Trial user, here: http://www.adobe.com/solutions/primetime.html
    cheers,
    /Eric.

  • IOS sdk 5.0 and adobe air on windows

    Hi,
    I'm currently building a apps with adobe air... and i do really like it. Not always easy dealing with native extension at first but now we are setup, we really like the possibility.
    We have one big problem. Our apps need to send an email with a file.... now i found no possiblity without native extension so we just tought would be easy to use nativeExtension for a email... WRONG.  We need to include the MessageUI framework ... (why the #$%#$ it's not alreary included in the core framework of air SDK!!! i ask you!) but we face a problem... we develop everything on PC..... i don't wanna have to change to mac only for the facti need to embed MessageUI framework in the nativeExtension and need IOS 5.0 SDK and mac to customize the build from ATD.. make no sense..
    So... here the question... Is there anybody at ADOBE that can give me a timeline on when you guy think it would be possible to use custom framework on a pc ? we need MessageUI to send email.
    Best Regards,
    Paul-André Belle-Isle

    i know to compile xcode we need a mac!! we build our own native extension already with a mac!!! the problem is the messageUI framework is not by default in the adobe air SDK 3.3 so we need to embed in the build of the apps ( not in the build of the xCode native extension) the messageUI framework and for that... we need a mac to add the IOS sdk in the ADT compiler... and that is the problem.. we have access to a mac to compile our native extension... but i don't want my project to have to compile on a mac....
    As for the smtp emailer the problem is that we don't have access to the contact list .... neither the SMTP information of the iphone so this solution will not work...
    The problem is really that messageUI is not in the default framework support : http://blogs.adobe.com/rajorshi/2011/11/16/ios5-support-for-airusing-external-sdks-to-pack age-apps/
    Maybe read this link you will understand better our problem.
    Thanks for your help,
    Paul-andré

  • Adobe Access Protection on iOS devices?

    I am having an issue in terms of Adobe Access not supported in iOS. I have been developing a custom player along with a bunch of other back end Adobe Technologies only to find out now that protection is not available in iOS.
    DRMManager.isSupported returns false when we test the app in iOS Simulator. DRMManager.isSupported returns true when we use Air Simulator.
    I am using OS X 10.9, AIR SDK 4.0, Apache Flex 4.11.0, and Xcode 5.02, and Flash Builder 4.7.
    This is a huge problem and amounts to false advertisement because the protection is supposed to be handled by Adobe AIR which is supposed to be uniform across platforms. If protection is not supported on iOS, then the appeal of write one code for multiple platforms is not there any more.
    I don't understand why protection is not uniformly supported if the same Adobe Air is installed on both iOS and Android devices. I also don't understand why HDS is supported on Android but not on iOS devices. It makes no sense. The whole reason for using Adobe AIR is to not have to deal with the specifics of each platform.
    We were supposed to go live on Jan 1st, but had to postpone to deal with several issues. Now it seems that we may have to reevaluate the decision to use Adobe technologies altogether.
    Any suggestions from Adobe would be appreciated.

    Your comments on point 3 are sobering and kind of a slap in the face to someone who has been developing a streaming app with the idea that Adobe Air has  99% reach in the desktop and mobile market. I went back to the Http Dynamic Streaming and Adobe Access pages to find the restrictions that I missed when I was deciding on the technologies to use.
    The only hint of not being able to use HDS or OSMF on iOS was the omission that Adobe Access protection could be delivered via Adobe Air on iOS devices as shown in the first image below of the Adobe Access technical specs.
    On the other hand, there all kinds of statements and illustrations that would make you believe otherwise, especially on mobile devices.
    No explicit statement can be found that says that HLS is the only way to stream content to iOS devices, that the OSMF framework is HLS agnostic, and that one has to build an iOS native app from scratch if they want to consume protected HLS. I guess not smth you want to put on a page where you want to market a product.
    In building a native app, how do I make up for the lost functionality that comes by default with AIR such as the integration of Adobe Access in AIR, DRM Management, SWF verification, etc.
    As it stands, the OSMF framework is a half-baked solution as it cannot be used on iOS devices because it is HLS agnostic….although some folks have written plugins to enable OSMF to consume HLS.
    I  am currently testing a plugin to see if I can consume protected HLS. If I fail then I will scrap the entire project…which also means not buying Adobe Access or Adobe Media Servers. Neither will I be looking at Adobe Primetime.
    My OSMF based app is able to consume HLS content when I debug in AIR Simulator. Testing on iOS simulator or iOS devices has yet to prove successful. Something breaks inside AIR when it is compiled using iOS SDK.
    The reason why I chose Adobe technologies is because it seemed like all the pieces were there to put together a streaming solution that fit my business model. I did not want to have to write everything and Adobe technologies promised a quick time to market. Now 7 months later I am finding out that perhaps I should have read the Adobe Access technical specs with the precision of a lawyer.
    In my testing, protected content cannot be consumed in AIR unless DRMManager class is available. In help.adobe.com we read the following:
    “The DRMManager manages the retrieval and storage of the vouchers needed to view DRM-protected content. With the static DRMManager.getDRMManager() method, you can access the existing DRMManager object to perform the following DRM-management tasks:
    Preload vouchers from a media rights server, using a DRMContentData object.
    Query the local cache for an individual voucher, using a DRMContentData object.
    Reset all vouchers (AIR only)
    AIR profile support: This feature is supported on all desktop operating systems and AIR for TV devices, but it is not supported on mobile devices. You can test for support at run time using the DRMManager.isSupported property.”
    Using OSMF 2.0 framework, I have been able to take advantage of both PHDS and Adobe Access protection schemes in my Flex based app running on Adobe Air on Android. In Android Devices, DRMManager .isSupported returns true.
    In iOS, it seems to be a whole different story. As I said in my first post, DRMManager.isSupported returns false when testing via iOS Simulator but returns true when testing via Air Simulator.  So the attack vector idea that you put forward cannot stand because if that was true it would require DRMManager.isSupported to be false in all debugging scenarios not just on iOS Simulator or iOS devices.
    The behavior of the app in iOS simulator and Air Simulator is not consistent when it comes to responding to touch based events and rendering visual elements as well. Performance and functionality degrades even more when testing directly on iOS devices. All iOS devices exhibit the same symptoms. For example, trying to select a list item is almost impossible….item renderers simply do not respond when one tries to select an item.
    No such symptoms or differences exist between AIR Simulator and Android devices. So, it seems to me that there are AIR to iOS compilation issues when a mobile air app is packaged through iOS SDK. Smth brakes inside of AIR during packaging. I believe that this is the reason why DRMManager.isSupported returns false when testing app in iOS simulator and devices.

  • My iOS customers cannot download the video clips I send via Adobe Send "Safari cannot download this type of file"

    My customers who use iOS cannot download the video files I send by Adobe Send "Safari cannot download this type of file" is the report they get. I have tried created a zip file of the clip but get the same result. Please help

    This error seems to point at a problem not directly related to the encoding. The message might be misleading but I read "Safari cannot download this type of file" as relating to the file type - the end of the name (perhaps MIME type setup, but let's start with the file type).
    But... some web searching finds others say that iOS cannot download files AT ALL because it has no filing system you can access. Clearly (?) you just want it to show the movie, but I don't know any more than that.
    Perhaps someone else has worked in this area. Also worth trying suitable iOS forum.

  • Which Adobe flash do I download for iOs 5.1

    Which Adobe flash do I download for iOs 5.1

    have OnLive Desktop Plus on my iPad 2. It works well when viewing websites with Flash videos and Flash slideshows, etc., as it has the full desktop version of Flash. It never crashes or exhibits any other problems. The built in browser is IE. Text is set in the browser at the smallest possible size, and it can't be resized, and so it isn't the best browser for extended reading. It costs $4.99 a month, but it is well worth it. It includes Word, Excel, PowerPoint, and cloud storage. Best of all is the extremely fast browsing speed of 350-850 Mbps (that's what I've been getting, although OnLive claims 600-1,000 Mbps). It does not replace your Internet access, as you must already have WiFi or cellular data for it to work and then it boosts that to world class Mbps speed (a Gig per second browsing at its best).

  • Adobe Access - new drmNativeInterface.framework for iOS 8

    Hi,
    We are a company that has been using Adobe Access for more than a year and so far we are very happy with the fact that the Adobe Access 4 can support playback DRM content on Desktop / Android and iOS without any problem.
    But recently, to prepare for the upcoming iOS 8, I have upgraded my development iPhone 5 and iPad 2 to the iOS 8 Beta and the drmNativeInterface.framework starts working wrongly. Sometime I can stream my DRM HLS content, sometimes, the drmNativeInterface.framework just stuck in the middle without any error or exception (this issue happens quite frequently like 7 out of 10 times). After debugging line by line, followings are the piece of code that make the framework stucked without any error or exception.
    1. The framework sometime stops working when we try to get the singleton instance of DRMManger
    _drmManager = [DRMManager sharedManager];
    2. Sometime it stops when we try to parse the M3U8 url:
    [_drmManager getUpdatedPlaylist:m3u8Url
                                          error:drmErrorHandler
                                        updated:^(NSURL * newPlaylist, DRMMetadata * newMetadata){
                                            NSLog(@"Update M3U8 URL Player list for license process");
                                            //Successfully retrieved the metadata from provided link
                                            m3u8PlayList = newPlaylist;
                                            _metadata = newMetadata;
    3. Sometime it stops where the DRMSession is initialized (after the User Authentication process is completed)
    _session = [_drmManager
                            createDRMSession:_metadata
                            playlist:m3u8PlayList
                            error:^(NSUInteger majorCode, NSUInteger minorCode, NSError *platformError) {
                                NSLog(@"Failed to get DRM Session");                     
                            complete:^{
                                NSLog(@"Successfully obtained DRM Session");
    Most of the time, it stops when we try to get the singleton instance of DRMManager ( issue number 1 )
    I can ensure that the framework works very well with iOS6 and iOS7 (although iPhone 4 with iOS7 crashes while a lot during the DRMSession initialization).
    If there is new version of drmNativeInterface.framework, please kindly let me know where we an get it as the drmNativeInterface.framework we have been using is quite old (for iOS5 I think).
    Thank you very much.
    Jack

    Same reply would apply to you.
    Do you have Adobe sales contact? If so, you may want to contact him/her.
    If not, can you send an email me directly with your company information. I'll try to figure it out.
    my address is : [email protected]
    Thanks,
    Hiroshi

  • IOS Sdk does not seem to download with Xcode.  I am using Mac OS X Lion 10.7.3.  Why not?

    The IOS SDK does not seem to download with XCode.  There is no IOS template in XCode.  I am using
    Mac OS X Lion 10.7.3 on a Mac mini.  Do you have to pay $99 to get this?

    Another similar one here. I've updated ios7 and usb tethering doesn't work. I use it at my office connecting to a XP machine. It connects, iphone asks me to 'trust' the computer (which I do) and the driver is installed. However the connection shows a status of 'LAN Cable disconnected'.
    However the version of itunes on the machine is a versions back (I don't use itunes on that machine).
    Because the usb tethering is a universal network driver connection then it should still work on any machine even if there is no itunes installed (i.e. as long as hotspot is enabled).
    looking at other forums it appears this is very much ios7 related. Was working perfectly on ios6.

  • How to download adobe access

    Hi,
    I am not able to download adobe access, so please tell me location of the adobe access for downlaoding.
    Thanks
    Ram

    Hi Hiroshi,
    Thanks a lot for you kind support.
    Hiroshi, When I am opening
    http://www.adobe.com/cfusion/drm/index.cfm?event=drm.logindisambiguator
    then I am getting below message.
    You do not have sufficient privileges to access this page. Please contact your company's Flash Access Certificate administrator to make sure your account has been activated.
    and I don't know that how to get Flash Access Certificate administrator, so please help me to administrator certificate.
    Thanks
    Ram

  • Adobe Access for IOS. Verify applications

    We use Adobe Access 4.0 for protection of video of a content.
    It is necessary for us to enter control of applications under IOS (as AIR Verification for PC)
    Where it is possible to find examples of realization of this protection
    Thanks.

    Hello,
    You can use 'policy.allowedAIRApplication' property for iOS app too.
    Please ues AdobePublisherIDUtility.jar with your signing cert file for the app to determine publisher ID.
    Thanks,
    Hiroshi

  • We buy one Adobe Acrobat Pro x (chinese version 10.0)  3 year ago, Cannot find the adobe Pro X Chinese version IOS to download in adobe web site now.Please kindy help me .Thanks.

    We buy one  Adobe Acrobat Pro x (chinese version 10.0)  3 year ago, Cannot find the adobe Pro X Chinese version IOS to download in adobe web site now.Download Acrobat products | Standard, Pro | XI, X     i cannot find chinese version.
    Please kindy help me .Thanks.i need reinstall same software on anther new  win7 64 bit PC.and uninstall the old software in old pc installed the adobe pro x chinese version.
    If cannot find the link to download,Could i use the Chinese licence on the adobe Pro X Engilsh version.Is it available for legal? THANKS.
    I do need your help.So much for you help .Thanks.

    Dear jeff,
    Thanks a lot. I see ,it's available to download when the software at the time of purchase on the adobe ID.
    But in china ,in fact the company buy the license from the adobe agency.But the agency just give us the licence and the DVD disk copy,They do not let us know the adobe ID.
    And now i cannot find the DVD disk.And the downloading link cannot find for chinese version
    1.Could i use this license in adobe Acroba XI( 11)
    2.Could i use this license in adobe Acroba X (10.0) engish version?
    3.We do want to use this chinese license. Do you have any way to let me just downing it? I do not know  why there  only has not the chinese version from Download Acrobat products | Standard, Pro | XI, X
    Thanks again for your help.

  • Where do I find the free download for Ios Sdk to create apps?

    Where do I find the free download for Ios Sdk to create apps?

    Download Xcode from the Mac App Store.
    Regards.

Maybe you are looking for