Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about iOS development and PDF
  • Page:
  • 1
  • 2

TOPIC:

Not able to acess radaee.com sdk in my app. 8 years 9 months ago #9281

  • knut
  • knut's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • Thank you received: 0
HI all

when i try integrate your sdk in my app it gives me error on like "This Document is readonly"

so I know that annotation and other features are working when you sen correct activation key. so I get valid activation key with all necessary data i.e package name or boundle ID, company name and activation key and set in Global_activeProfession function , but when i try make action ( for example annotation ) in my application with integrated sdk I got error ."This Document is readonly" error.

so can you provide correct action for using all features.
Thanks

Please Log in or Create an account to join the conversation.

Last edit: by knut.

Not able to acess radaee.com sdk in my app. 8 years 9 months ago #9289

  • support
  • support's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 692
  • Thank you received: 59
It seems your issue isn't tight to active features but relies on the path you're storing your PDF file in.
Where are you storing your file?
Are you sure you've the proper writing privileges on it?

Please Log in or Create an account to join the conversation.

Not able to acess radaee.com sdk in my app. 8 years 9 months ago #9292

  • knut
  • knut's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • Thank you received: 0
Thanks for replay

I store in Document directory .

Are you sure you've the proper writing privileges on it?

yes of course , so I am in confuse why i get this message.

Are you sure you've the proper writing privileges on it?[/quote
I checked what privilages I have on this file end ensure , it is writable

    NSFileManager *filemgr;
    filemgr = [NSFileManager defaultManager];
    if ([filemgr isWritableFileAtPath:path]  == YES)
        NSLog (@"File is writable");
    else
        NSLog (@"File is read only");

]thanks

Please Log in or Create an account to join the conversation.

Last edit: by knut.

Not able to acess radaee.com sdk in my app. 8 years 9 months ago #9293

  • support
  • support's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 692
  • Thank you received: 59
Are you experiencing the same issue whichever PDF file you adopt?

Please Log in or Create an account to join the conversation.

Not able to acess radaee.com sdk in my app. 8 years 9 months ago #9294

  • knut
  • knut's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • Thank you received: 0
I get always this error. my steps.
1. put any pdf file in document folder with rw permission and try to use library function , but always get this error.
2. I try use your project which I download from your site but it works i.e no error. but when I change Global_activeProfession i.e replace my Bundle ID,Company name ,Email address and Serial Number I get same error. so can you please help me solve this problem in your library.

thanks

Please Log in or Create an account to join the conversation.

Not able to acess radaee.com sdk in my app. 8 years 9 months ago #9295

  • support
  • support's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 692
  • Thank you received: 59
I know, it should be a silly question: is the activeProfessional method returning true?
From your previous message it seems you're adopting our own demo project with your bundle id, right?

May you give me the first part of the string of order reference number? Please, remove last 6 chars from it as per security reasons.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
  • 2
Powered by Kunena Forum