ios - how to get path in sandbox by CFRef,not bundle resource -


to cfurlref in bundle resource ,as follow

cfurlref pdfurl = cfbundlecopyresourceurl(cfbundlegetmainbundle(), (__bridge cfstringref)self.filename, null, null); cgpdfdocumentref pdfdocument = cgpdfdocumentcreatewithurl((cfurlref)pdfurl); cfrelease(pdfurl); 

i want how cfurlref in sandbox


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -