User Profile & Activity

Arief Handany Member
Page
of 20

Hi Adam,

Did the hotfix solve your problem? Is there any difficulty of applying the hotfix?

If there are any issues post applying the hotfix feel free to post it into our forum!




Hi Thomas,

Actually if you are using our push notification, our library contain no encryption, so just select no in iTunes Connect. The rest is handled by each platform's store so we no longer have anything to worry about encryption. 

For example of push notification usage in one of our application you can check it out here: https://play.google.com/store/apps/details?id=dnaNewsApp.Androidhttps://itunes.apple.com/us/app/dna-news!/id908752818?mt=8.

Hope that'll helps.

Best Regards,
Arief

Hi Thomas,

Glad it solved in newest versions,

Sorry for giving outdated solutions and looks like i'm missing important things from your screenshots (i only focus on the error code not the .plist). Anyway, if the problem still persist, feel free to post it into our forum, We would be happy to assist you again!

Best Regards,
Arief

Posted: May 18, 2015 6:36 AM

Hi Cristobal,

we are unsuccessfully replicate this problem, could show us the step how you implement the form builder inside the drawer, if you will could you send us simple sample that replicating this specific issues.

Best Regards,
Arief

Posted: May 13, 2015 8:01 AM

Hi Thomas,

Sorry for late response, looks like there actually some problem by using performIdentifier (Solutions by Mr Yudi) including your issues.

Here is the updated samples that also solve icon problems and also allow user to press more (3 dot in the right) to access the menu. (Dont forget to put the crosslight assemblies inside package/intersoft.crosslight)

Hope that solve your problems

Best Regards,
Arief

Posted: May 11, 2015 9:53 AM

Hi Cristobal,

Actually, the method i give you is just a better way to manipulate drawers in Android (if you using Close it will also close the drawer so it is better using IsOpen)

About iOS version, In Android version however Google already give implementation for manipulating Drawer state but for iOS the function is still not yet implemented and also in the current version of Crosslight which also have been reported to our developer as a feature request under code CROS-816.

Nevertheless i will still try to help you to find alternative for iOS version of Drawer.

Also sorry for confusing wording.

Best Regards,
Arief

Hi Thomas,

Sorry for crossposting from Xamarin Forum, i got the solutions from here

@Raymond Kelly wrote:
Simply remove iTunesArtwork and iTunesArtwork@2x from the project

You can finds both file in .iOS project, as you can see in attached screenshot. Please inform us if you still encounter similar problems, we will be glad to help you!

Best Regards,
Arief
Posted: May 8, 2015 8:21 AM

Hi Cristobal,

We suggest you to use this method rather than overriding close:

        protected override void OnPropertyChanged(string propertyName)        {
            if (propertyName == "IsOpen")
            {
                if (this.IsOpen)
                {
                    //do something when the drawer is opened
                }
                else
                {
                    //do something when the drawer is closed
                }
            }
            base.OnPropertyChanged(propertyName);
        }

The reason is close method actually used for closing the drawer, if you just want to check if the drawer is closed or not, it is better to use IsOpen like code snippet in above.

For iOS i will inform our developer about this issue under code CROS-819, i will update you with the new information regarding this issue.

Best Regards,
Arief

Posted: May 5, 2015 6:48 AM
Hi Cristobal,

In our current version of Crosslight, displaying html using binding is not yet supported, but i will inform this as a feature request to our Developer under CROS-815. I will update you with the newest information regarding this feature, if you have any more questions, feel free to post it into our forum. We would be happy to assist you again!

Best Regards,
Arief

Glad it work!,

Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again!

All times are GMT -5. The time now is 2:08 AM.
Previous Next