mrossen Active Member Licensed User Longtime User Jan 10, 2020 #1 Hi, I have associated my app with a custom extention so it can be opened from the mail app. I uses this example: https://stackoverflow.com/questions/4186401/how-do-i-register-a-custom-filetype-in-ios In this example there is 2 png icons files. B4X: <key>CFBundleTypeIconFiles</key> <array> <string>Icon-iPad-doc320.png</string> <string>Icon-iPad-doc.png</string> </array> Anyone knows what dir they have to be in? Can I use some of the autogenerated icon files made by B4i. What size do this icons have? Mogens
Hi, I have associated my app with a custom extention so it can be opened from the mail app. I uses this example: https://stackoverflow.com/questions/4186401/how-do-i-register-a-custom-filetype-in-ios In this example there is 2 png icons files. B4X: <key>CFBundleTypeIconFiles</key> <array> <string>Icon-iPad-doc320.png</string> <string>Icon-iPad-doc.png</string> </array> Anyone knows what dir they have to be in? Can I use some of the autogenerated icon files made by B4i. What size do this icons have? Mogens
mrossen Active Member Licensed User Longtime User Jan 10, 2020 #2 Dammm. I did it again. @Erel can you move this to B4i forum. Sorry for this. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jan 10, 2020 #3 mrossen said: Anyone knows what dir they have to be in? Click to expand... Files\Special Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jan 12, 2020 #5 mrossen said: I have associated my app with a custom extention so it can be opened from the mail app. Click to expand... You are doing something not standard. You need to find the sizes in Apple documentation. Upvote 0
mrossen said: I have associated my app with a custom extention so it can be opened from the mail app. Click to expand... You are doing something not standard. You need to find the sizes in Apple documentation.