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.
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
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