- Posts: 5
- Thank you received: 0
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.
11 years 2 months ago - 11 years 2 months ago #9281
by knut
Not able to acess radaee.com sdk in my app. was created 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
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.
11 years 2 months ago #9289
by support
Replied by support on topic Not able to acess radaee.com sdk in my app.
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?
Where are you storing your file?
Are you sure you've the proper writing privileges on it?
11 years 2 months ago - 11 years 2 months ago #9292
by knut
Replied by knut on topic Not able to acess radaee.com sdk in my app.
Thanks for replay
I store in Document directory .
I store in Document directory .
yes of course , so I am in confuse why i get this message.Are you sure you've the proper writing privileges on it?
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 writableCode: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.
11 years 2 months ago #9293
by support
Replied by support on topic Not able to acess radaee.com sdk in my app.
Are you experiencing the same issue whichever PDF file you adopt?
11 years 2 months ago #9294
by knut
Replied by knut on topic Not able to acess radaee.com sdk in my app.
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
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
11 years 2 months ago #9295
by support
Replied by support on topic Not able to acess radaee.com sdk in my app.
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.
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