I want to use the deleteStack handler to remove some local notifications when the app is removed from the phone.
I tested this handler on the iPhone Simulator with a single statement that displayed a test message. The test message was not displayed but instead I got a standard message about ...
Search found 28 matches
- Sun May 19, 2013 9:48 am
- Forum: iOS Deployment
- Topic: deleteStack
- Replies: 1
- Views: 3045
- Sun May 19, 2013 9:39 am
- Forum: iOS Deployment
- Topic: LOCAL Notifications still exist after removing app
- Replies: 2
- Views: 3590
Re: LOCAL Notifications still exist after removing app
hi Gerry,
I am using mobileCreateLocalNotification.
regards,
Paul.
I am using mobileCreateLocalNotification.
regards,
Paul.
- Thu May 09, 2013 8:31 am
- Forum: iOS Deployment
- Topic: LOCAL Notifications still exist after removing app
- Replies: 2
- Views: 3590
LOCAL Notifications still exist after removing app
I have built an iOS app that creates notifications in relation to dates entered by the user. If I delete the app then the notifications still exist which would be annoying to a user who decided that they did not want to use the app. Is there anyway to remove the notifications when the user removes ...
- Fri May 03, 2013 9:01 pm
- Forum: iOS Deployment
- Topic: Facebook integration - using Andre Garzia approach
- Replies: 3
- Views: 5416
Facebook integration - using Andre Garzia approach
I managed to get the facebook code from Andre Garzia to work in terms of retrieving names with birthdays from facebook using the graph api. (and I am happy to supply this). I do have a few questions;
1) If I embed the facebook appid and secret key in the code, could it be accessed by say a hacker ...
1) If I embed the facebook appid and secret key in the code, could it be accessed by say a hacker ...
- Wed May 01, 2013 10:52 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Facebook photos
- Replies: 5
- Views: 4982
Re: Facebook photos
For clarity, I only got the code to work in terms of retrieving names with birthdays from facebook using the graph api.
- Wed May 01, 2013 10:50 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Facebook photos
- Replies: 5
- Views: 4982
Re: Facebook photos
hi,
I managed to get the facebook code from Andre Garzia to work (and I am happy to supply this). I do have a few questions;
1) If I embed the facebook appid and secret key in the code, could it be accessed by say a hacker after it has been download from the iTunes app store? or is the binary ...
I managed to get the facebook code from Andre Garzia to work (and I am happy to supply this). I do have a few questions;
1) If I embed the facebook appid and secret key in the code, could it be accessed by say a hacker after it has been download from the iTunes app store? or is the binary ...
- Mon Apr 01, 2013 10:02 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Two developers/version control with monthly package
- Replies: 2
- Views: 3064
Re: Two developers/version control with monthly package
Mark,
have you details of this version control stack?
Paul
have you details of this version control stack?
Paul
- Sun Mar 24, 2013 9:55 am
- Forum: iOS Deployment
- Topic: ios 6.1.3 and xcode 4.6.1
- Replies: 5
- Views: 6633
ios 6.1.3 and xcode 4.6.1
I want to upgrade my iPhone to 6.1.3 and xcode 4.6.1. Is there an easy way for me to find out if runrev 5.5.4 will be compatible withe these versions of ios and xcode?
- Sat Mar 23, 2013 3:27 pm
- Forum: iOS Deployment
- Topic: iTunesConnect : Missing Push Notification Entitlement
- Replies: 10
- Views: 12244
Re: iTunesConnect : Missing Push Notification Entitlement
My app update got accepted by Apple so it seems the issue was an issue with iTunes connect as opposed to my app.
- Mon Mar 18, 2013 2:51 pm
- Forum: iOS Deployment
- Topic: iTunesConnect : Missing Push Notification Entitlement
- Replies: 10
- Views: 12244
Re: iTunesConnect : Missing Push Notification Entitlement
I did a general trawl of the internet and the consensus was that this was a general error and an issue with an update to iTunes Connect.
I did not get the issue when I submitted the original version on the 1st March and it was then approved a week later. Btw, thank you to runrev for no review ...
I did not get the issue when I submitted the original version on the 1st March and it was then approved a week later. Btw, thank you to runrev for no review ...
- Mon Mar 18, 2013 12:53 pm
- Forum: iOS Deployment
- Topic: iTunesConnect : Missing Push Notification Entitlement
- Replies: 10
- Views: 12244
iTunesConnect : Missing Push Notification Entitlement
All,
I am using local notification in my app. I am not using push notifications. I submitted a new version of the app onto the app store yesterday and then got the following error which I don't understand given I am only using local notifications. Anyone help?
We have discovered one or more ...
I am using local notification in my app. I am not using push notifications. I submitted a new version of the app onto the app store yesterday and then got the following error which I don't understand given I am only using local notifications. Anyone help?
We have discovered one or more ...
- Tue Feb 05, 2013 10:08 pm
- Forum: iOS Deployment
- Topic: Posting game results to Facebook, Twitter & texting
- Replies: 8
- Views: 9269
Re: Posting game results to Facebook, Twitter & texting
I mergSocial from http://mergext.com for $29.
It is very easy to use. You add the external as a copy file and then have a simple call to it in the format
mergSocial "facebook",text,imageURL, URL
You are then presented with a facebook posting view. It's simple and quick and looks great.
It is very easy to use. You add the external as a copy file and then have a simple call to it in the format
mergSocial "facebook",text,imageURL, URL
You are then presented with a facebook posting view. It's simple and quick and looks great.
- Tue Feb 05, 2013 2:18 pm
- Forum: iOS Deployment
- Topic: mobileFindContact crashes app
- Replies: 1
- Views: 2842
mobileFindContact crashes app
I have the following piece of code on a iOS app but it causes the app to crash after execution of the last statement. The scenario is when I enter a short value for the search such as "A" or "AZ". The list of ids is displayed but the app then crashes.
on mouseUp
local temp
ask "enter name"
put ...
on mouseUp
local temp
ask "enter name"
put ...
- Wed Mar 28, 2012 12:26 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: updateScreen
- Replies: 5
- Views: 5225
Re: updateScreen
There is code at the stack level that implement the message "updateScreen". Do I need to copy and paste this into my stack or is this message now provided with runrev as indicated on the livecode academy?
- Sun Mar 04, 2012 2:16 pm
- Forum: iOS Deployment
- Topic: mobilepickphoto vs iphonepickphoto
- Replies: 3
- Views: 3897
Re: mobilepickphoto vs iphonepickphoto
thanks Mark. I was curious as if there were any benefits such as performance when using the ios specific command as opposed to mobilepickphoto. If they are the same command then it would always make sense to use the more general mobilepickphoto.