Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
whatsapp Version 2.11.9.2878 out and ultimately fixes the Notifications bug, tested on several devices!
 
How do you install those beta releases on your iPhone? I tried via iFunBox, but that did not work.
 
basically you have to be a registered developer in Apple's developer programme. Download your developer certificate, download the whatsapp.ipa and install instasign on your Mac. then drag your ipa into instasign and sign it with your developers certificate. open iTunes, connect your iPhone and double click on the signed ipa. then simply synch your iPhone
 
Taken your work around a step further so you don't have to manually rerun your fix everytime someone sends you one of these combinations again.

Code:
CREATE TRIGGER insert_Ff AFTER INSERT ON ZWAMESSAGE
BEGIN 
  UPDATE ZWAMESSAGE 
  SET ZTEXT = replace( ZTEXT, 'ff', 'f f')
  WHERE ZWAMESSAGE.ZTEXT like '%ff%';
END;
 
CREATE TRIGGER insert_Fi AFTER INSERT ON ZWAMESSAGE
BEGIN 
  UPDATE ZWAMESSAGE 
  SET ZTEXT = replace( ZTEXT, 'fi', 'f i')
  WHERE ZWAMESSAGE.ZTEXT like '%fi%';
END;
 
CREATE TRIGGER insert_Fl AFTER INSERT ON ZWAMESSAGE
BEGIN 
  UPDATE ZWAMESSAGE 
  SET ZTEXT = replace( ZTEXT, 'fl', 'f l')
  WHERE ZWAMESSAGE.ZTEXT like '%fl%';
END;

wanted a quick fix and it works well for me but if you can improve it fork away https://gist.github.com/jonathan-wheeler/0f8235f5904365e3c75a

i dont get how you guys got this damn thing to work. every time i do it i get the begin recovery error and it keeps telling me to delete and reinstall the app. icloud drive is turned off all backup is turned off.

64i5mq.jpg
 
Last edited:
WhatsApp 2.11.9.3033

Push dont work. :apple:

Guys, u are using "Explicit" or "WildCard" App ID to create a Identifiers?
-----------------------

WhatsApp 2.11.9.3043 is out!

Let's try!
 
Last edited:
WhatsApp 2.11.9.3033

Push dont work. :apple:

Guys, u are using "Explicit" or "WildCard" App ID to create a Identifiers?
-----------------------

WhatsApp 2.11.9.3043 is out!

Let's try!


Push works for me if I install the Whatsapp beta over the one in the App Store, like an update
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.