Search found 32 matches

Go to advanced search

by apollo mcowiti
Tue Mar 08, 2016 5:22 pm
Forum: Issues
Topic: pushNotificationDeviceID always undefined when app installed in iphone6
Replies: 10
Views: 1145
 
Jump to post

pushNotificationDeviceID always undefined when app installed in iphone6

1) Device runs iOS 9.1
2) Library versions 3.0
Built in resources version
cordova 4.0
jquery 2.1.1
jquery mobile 1.4.5
underscore 1.7.0

3) the JS code is on the very first page of my project and attached on Device Ready event

by apollo mcowiti
Tue Mar 08, 2016 5:21 pm
Forum: Issues
Topic: pushNotificationDeviceID always undefined when app installed in iphone6
Replies: 10
Views: 1145
 
Jump to post

pushNotificationDeviceID always undefined when app installed in iphone6

1) Device runs iOS 9.1
2) Library versions 3.0
Built in resources version
cordova 4.0
jquery 2.1.1
jquery mobile 1.4.5
underscore 1.7.0

3) the JS code is on the very first page of my project and attached on Device Ready event

by apollo mcowiti
Mon Mar 07, 2016 11:25 pm
Forum: Issues
Topic: pushNotificationDeviceID always undefined when app installed in iphone6
Replies: 10
Views: 1145
 
Jump to post

pushNotificationDeviceID always undefined when app installed in iphone6

I developed an app with jquery mobile. I exported the app to an .ipa file and installed it on iphone6. It works fine. But "pushNotificationDeviceID" never populates in the devices collection ( i even tried detaching and re-attaching the database as suggested in some forums). I tried to see...
by apollo mcowiti
Fri Nov 13, 2015 5:02 pm
Forum: Issues
Topic: Added cordova sam plugin, now export to .apk fails
Replies: 6
Views: 681
 
Jump to post

Added cordova sam plugin, now export to .apk fails

The error is actually on the Java file /myapp/src/com/phonegap/plugins/sms/Sms.java:[13,23] error: cannot find symbol package android.provider /myapp/src/com/phonegap/plugins/sms/Sms.java:[79,76] error: cannot find symbol class VERSION_CODES /myapp/src/com/phonegap/plugins/sms/Sms.java:[80,43] error...
by apollo mcowiti
Fri Nov 13, 2015 4:52 pm
Forum: Issues
Topic: Added cordova sam plugin, now export to .apk fails
Replies: 6
Views: 681
 
Jump to post

Added cordova sam plugin, now export to .apk fails

Thanks will try that

by apollo mcowiti
Thu Nov 12, 2015 3:52 pm
Forum: Issues
Topic: Added cordova sam plugin, now export to .apk fails
Replies: 6
Views: 681
 
Jump to post

Added cordova sam plugin, now export to .apk fails

All files added as per the instructions i noted above.
Question is not on the plugin per se, but why the failure of the .apk export? The error is missing android package:
java:[80,43] error: package Telephony does not exist

by apollo mcowiti
Tue Nov 10, 2015 9:26 pm
Forum: Issues
Topic: Added cordova sam plugin, now export to .apk fails
Replies: 6
Views: 681
 
Jump to post

Added cordova sam plugin, now export to .apk fails

I added a cordova sms plugin ( https://github.com/cordova-sms/cordov... ), following the instruction found here ( https://devcenter.appery.io/documenta... ). App failed when testing on browser with with error of "variable sms not defined" Tried export of .apk so that can test on device, bu...
by apollo mcowiti
Sat May 02, 2015 11:54 pm
Forum: Issues
Topic: Can the operation $inc be used with Collection.updateObject() method
Replies: 1
Views: 345
 
Jump to post

Can the operation $inc be used with Collection.updateObject() method

I have tried Collection.updateObject() method to try to increment a field using the $inc operations but it seems not to work. WHy? Here is the relevant piece of code Collection.updateObject(dbId, "theCollection", "the object id", {"$inc":{"following":1}}, mast...
by apollo mcowiti
Mon Apr 20, 2015 10:52 pm
Forum: Issues
Topic: multiple like events on same button
Replies: 1
Views: 310
 
Jump to post

multiple like events on same button

How do i use tab,tabhold, swipe, swipeleft events on the same button? Multiple events seem to be fired. Foe example, both seems to to be fired whenever i perform "tab only" or "tabhold only" on the device. The same applies to swipe. Swipeleft is also fires swipe.

by apollo mcowiti
Sun Apr 19, 2015 11:53 pm
Forum: Issues
Topic: deviceID not automaticcaly registered
Replies: 4
Views: 574
 
Jump to post

deviceID not automaticcaly registered

When i re-installed( updated already installed up) the app on the device, the deviceID was written to the database. So this is what seems to be happening: 1) First time install, the deviceID is not written to database. 2) Second install ( an update), the deviceID is written. Can you explain why? Dev...

Go to advanced search