Kyle Amadio

Results 17 comments of Kyle Amadio

The code is not setting or keeping a value for self.userDefaults for the key "loggedIn" [self.userDefaults setBool:value forKey:@"loggedIn"];

I hardcoded the value as true as isLoggedIn does not return as True //BOOL isLoggedIn = [self.userDefaults boolForKey:@"loggedIn"]; BOOL isLoggedIn = true;

Nothing is being shared: [OpenWithPlugin.m][onResume] [OpenWithPlugin.m][checkForFileToShare] [OpenWithPlugin.m][checkForFileToShare] Nothing to share magicalCordovaIOS[4207:1610177] PBItemCollectionServicer connection disconnected.

I had to move the Entitlement file. Check if it's has the App Groups in yours. If not look for another copy of the file as I had one at...

These are the two Entitlement files. They are additional to the DEBUG and Release files

@viking2917 I don’t use Ionic, just straight Cordova (hard core, hehehe). Any way I used Xcode to figure out the issue as the command line was not helping... and then...

Fairly sure it will be ok. You can test that by running the app on the device from the command line too. cordova run ios

You may need to copy those entitlements files to another location for the command line to see them.

OK I'll check shortly, out and about