开发者

Problem associating file types for iPad running IOS4.2

I'm trying to associate zip files with my program I'm writing for the iPad, but am running into problems. My custom file format that I created is recognized just fine in email attachments and dropbox. However, zip files are only recognized from dropbox and not from email attachments, (EG. dropbox->open in->my program). In email attachments it won't let me download the file and select 'open in'. This is really strange since it works fine in dropbox. The weirdest thing is that if I install Goodreader, the files work just fine as email attachments. I'm developing this program for enterprise distribution, so I'd rather not make all the employees have to buy Goodreader in order to open zip files from email attachments. I've included two .plist configurations that I've tried. Both only work if goodreader is installed.

Problem associating file types for iPad running IOS4.2

and:

Problem associating file types for iPad running IOS4.2

If anyone has any suggestions, I'm rea开发者_开发知识库lly stumped on this one.


OK, I figured out what was going on. In my info.plist file, I wasn't changing the bundle identifier to reflect my company name. Effectively it was registering my file types as com.novatek.iPadViewer, but it should have been com.yourcompany.iPadViewer. I changed the identifier to be com.novatek.iPadViewer and now it works great.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜