Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about iOS development and PDF

Not able to acess radaee.com sdk in my app.

More
11 years 2 months ago - 11 years 2 months ago #9281 by knut
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
Last edit: 11 years 2 months ago by knut.
More
11 years 2 months ago #9289 by support
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?
More
11 years 2 months ago - 11 years 2 months ago #9292 by knut
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

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

]thanks

Last edit: 11 years 2 months ago by knut.
More
11 years 2 months ago #9293 by support
Are you experiencing the same issue whichever PDF file you adopt?
More
11 years 2 months ago #9294 by knut
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
More
11 years 2 months ago #9295 by support
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.
Time to create page: 0.464 seconds
Powered by Kunena Forum